Issue
Here's my issue: I created an application with eclipse and I've already tested it on my Galaxy Ace. Everything works fine. I need to make it work on the emulator too, so I created a new AVD and I started my application. As soon as the emulator appears I unlock it and there is no trace of my application. I've searched in every menu. So, I tried with a simple "Hello World" project but it's the same. I've also tried to stop the adb.exe process and I tried with the "kill-server" / "start-server" combination with no success.
The weird thing is that there are no errors displayed in LogCat window, and the DDMS perspective does not recognize any virtual device.
Also, I tried typing "adb -e devices" in console (of course, after I started a new emulator), but it seems it could not find any device.
Someone knows how to solve it?
Thank you in advance.
Solution
Solved!
Here the steps:
1.Start the virtual device
2.Open the DDMS perspective
3.Open console, in the "platform-tools" directory type "adb kill-server"
4.Now, type "adb devices"
5.Check your DDMS perspective, now you should see the virtual device
Answered By - Michele
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.