Skip to content Skip to sidebar Skip to footer

Android Google Maps Version 2 Not Displaying

I know there have been a ton of posts on this topic, but I am puzzled. I have (2) different phones that I am testing my App on. The Google Map (Support Map Fragment) displays fin

Solution 1:

Found the solution. I was not signing the app properly when exporting the APK file. The debug keystore must be used - usually located in the ".android" folder in your user folder. The password is "android". If you enter everything correctly, you should be able to select the "androiddebugkey" from the "Alias". The password for that is also "android".

Of course when you download the app directly from eclipse to your phone (via the cable) and test it, the app is automatically 'signed' in debug mode, that is why it worked in that scenario.

Post a Comment for "Android Google Maps Version 2 Not Displaying"