Search code examples
androidsdkadbandroid-4.0-ice-cream-sandwich

Android AVD not recognizing device but ADB does


I'm trying to get my device to debug my software but it won't show up in the AVD list. The ADB can see it and so does the Eclipse device manager. I can get an interactive shell using adb etc.

C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
List of devices attached
BX9038ZRUV      device

ADV manager

Eclipse devices Does anyone understand what's going on and how I should fix it? I'm running Windows 7 and my phone is a Sony Ericson Xperia S running Android 4.0.4.


Solution

  • avd is only for virtual Device. What you have to do is:
    Run Configs> change to "Ask everytime you run app" , or your real device.enter image description here