Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing google maps in android emulator

i am developing an android application using google maps data.I can access google maps in emulator but when i try the same in my application the google maps is not opening .What is the problem?Help

like image 430
Steven Avatar asked Jul 04 '26 13:07

Steven


1 Answers

Sounds like your not using the Google API in the emulator:

http://code.google.com/android/add-ons/google-apis/

You need to create an Android Virtual Device (AVD) with the google API: alt text

In the above screenshot you can see that 'test_avd' does not use the google API. Also you can see 'test_maps_avd' does use the google API.

like image 65
Exile Avatar answered Jul 06 '26 02:07

Exile