简体   繁体   中英

Google Map doesn't appear on Android device

I am able to display my Google Map properly in my MapView when I sign my application with my debug keystore. When I try and sign it with a release keystore, the map appears but as blank tiles, no map tiles.

How can I get my release build to show the maps?

Double check your API keys.. if all looks fine and its still not working sign the app with a new key and corresponding new API key:-).

Your maps API key is matched with the keystore used to sign you app. Before signing your app with your release keystore, go over to http://code.google.com/android/maps-api-signup.html and generate a new API key.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM