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.
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
Post a Comment