Google Maps is blank [Android] Release Mode -


i'm trying release android app, i'm facing problems. when use on debug mode can access google map, when generate release of app, map blank.

i've been searching , found out there's google maps api file in release mode had change, when set key in it, still have same problem.

anyone idea ?

for future readers!

i found solution on video --> https://www.youtube.com/watch?v=xlj0jdfduz0

the steps :

  1. create new key
  2. generate signature app
  3. i run command "keytool.exe -list -v -alias aliasname -keystore "keypath" -storepass password -keypass password
  4. i changed perspectives in android studio release mode
  5. i encountered google maps api xml file, set new key had generated.
  6. that's it, hope helps later on. thank u tried me.

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -