android - Cannot load Google maps -


one of options in app launching google maps.

the scenarios:

  • regular install => adb install xx.apk -> maps loading successfully.
  • install test server -> calabash-android gen xx.apk, etc. -> maps not loading.

in android monitor got next message in logcat:

05-14 18:43:18.239: e/google maps android api(24417): failed load map. error contacting google servers. authentication issue (but due network errors).

tried change keystores got same results.

there no issue network connection.

what i’m missing?

when google maps key, need two. 1 debug version of apk, , 1 release version of apk.

https://developers.google.com/maps/documentation/android/start#display_your_apps_certificate_information

you need signing key information (stored on computer), , register google online console.

what's happening here 1 of apks built debug key, , 1 release key, map keys same both of them.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -