Eclipse's DDMS is not detecting device (Emulator)
I am using Ubuntu (Linux) machine. DDMS in my eclipse is not detecting Emulator (Gingerbread) as devices. Gingerbread emulator is working fine. When I run "ddms" in cammand prompt, its working properly, it will launch ddms which will show emulator as device with running processes BUT when I try to do the same in Eclipse its not detecting.
Because of that I am 开发者_如何学Cnot able to do debugging.
Please help.
Regards Rke
you have to start the adb server to get the service of the emulator or any device, if you using ubuntu then you have to kill the adb server and start it again, then it will work fine
精彩评论