Reputation: 37681
until now i have one AVD, android 1.5 google Apis 3 (because i use googlemaps on my app), to emulate my apps.
now i need to use a new AVD, android 1.5 but with SD card, and i created it with the AVD manager of eclipse.
ok, it's created.... but ¿how can i launch my app with that AVD?? i only can launch it with the old AVD, and i dont know how to do the change of AVD.
if i put Run Configurations, i only can see my old AVD, i can't see any other. Also if i put manual, i only can see my old AVD, not the new. And yes, it's created.
Upvotes: 5
Views: 4160
Reputation: 40168
As your application is using Google Map Api ,so your newly created AVD(dont know wheather is it using Google Map Api or not) is not launching. Try to create a new AVD with sdcard,then launch the AVD(newly created) then launch the application
Upvotes: 1
Reputation: 339
The other option is to start the AVD with the Android SDK manager. Your IDE should pick it up automatically.
Upvotes: 1
Reputation: 64409
run menu -> run configurations -> second tab "target".
You can choose your new one, or set it to "Manual"
Upvotes: 11