문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top