when I run my android development project (with eclipse) at the time when the android device chooser loads, it shows my running emulator and the device followed by a red cross as indicated in the following screenshot.
But when I select the device and run, it installs it and run properly.
In the manifest file I have included the followings.
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="15" />
Just to test I created another new test app project and while creating the new project I selected minSdkVersion and targetSdkVersion with the same values. So in the manifest file both are same.
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="15" />
But the thing is when I run the new test app, it shows the device and the running emulator in proper way with a green tick as follows. Also it shows the device list available under "Launch a new Android Virtual Device" section. Bit confused with this and trying to sort out this. Have anyone experienced this before. Appreciate any help to get this done. Thanks inadvance..!!!
Try these in the same order and update the result:
adb kill-server
and adb start-server
and see if that fixes it.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With