Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ddms emulator control disabled

i am beginner in android development and the problem is that emulator control is disabled on the ddms. I tried to open but i could not find how to open it again? How can i open emulator control? Thank you for your replies.

like image 541
oldTimes Avatar asked May 14 '11 16:05

oldTimes


3 Answers

From the DDMS perspective click Window, Show View, Other - then drill down to Android and select Emulator Control. The view should open. If all the inputs are greyed out, then you need to click on the emulator (emulator 5554 probably) in the Devices view to enable input in the Emulator Control view.

like image 158
NickT Avatar answered Nov 11 '22 13:11

NickT


For enabling emulator control in DDMS, you have to select a device from the device view

like image 21
Jiju Induchoodan Avatar answered Nov 11 '22 15:11

Jiju Induchoodan


Pick the device process from the device section in DDMS. Eclipse might stop responding as in my case. Restart eclipse but keep the emulator running. When you return to eclipse it will be enabled.

like image 41
j2emanue Avatar answered Nov 11 '22 14:11

j2emanue