Question

I launched two emulators to send SMS on each other but whenever I go to "Run Configuration" to select emulators, it's showing only one running emulator.

Could you please tell me how to fix it?

Hope to hear from you soon.

Regards,

Parmanand

Était-ce utile?

La solution

Check your AVD Target version. else Right click your project -> choose run as -> run configurations ->choose target -> In deployment target selection mode ->choose always prompt to pick device

it is used to finding compatible device.

Autres conseils

its eclipse problem. just restart it. until you didnt get it..

Check to see if both emulators are compatible with the minimum SDK version, i.e. android:minSdkVersion as you can see in your manifest:

<uses-sdk android:minSdkVersion="integer"
          android:targetSdkVersion="integer"
          android:maxSdkVersion="integer" />
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top