One of the options in my app is launching the google maps.
The scenarios:
- Regular install =>
adb install xx.apk
-> maps are loading successfully. - Install it with test server ->
calabash-android gen xx.apk
, etc. -> the maps are not loading.
In the Android monitor I got the next message in the logcat:
05-14 18:43:18.239: E/Google Maps Android API(24417): Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
Tried to change Keystores but I got the same results.
There is no issue with the network connection.
What I’m missing?