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
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
First of all I would try doing this example. Check that your manifest has:
Also remember that your view should have something like this:
You can get your map key from here. |
|||
|
|
|
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:
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. |
|||
|
|
