Issue
When I want to run an android project in Eclipse, it cannot choose a running AVD as below picture.Anyone knows what's wrong with it.Thanks a lot
[
Solution
This happens when adb starts before the emulator. so write in the command prompt
adb kill-server
adb start-server
and Then
adb device
or simply restart eclipse
Answered By - Setu Kumar Basak
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.