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
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 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" />