Hello. A curious question. I have an application that works fine on the emulator, and on phones with compiled apk. I released a project in the Google Market. I downloaded from the market and voalya.Map not loaded:

E/b: Authentication failed on the server. E/Google Maps Android API: Authorization failure. Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map. E/Google Maps Android API: In the Google Developer Console (https://console.developers.google.com) Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists: API Key: ******** Android Application (<cert_fingerprint>;<package_name>): ****;com.***.***

  • I found here the answer: stackoverflow.com/questions/32373602/ ... I understood its essence, they say, different OS. but damn. how do i make a key for everyone ?? i can't do some keys? and how can i make it for everyone. who podsobit? - Dezar Evm
  • In general, having collected all the information, which is still quite explicable (in my opinion even on the office site), you need to do 2 types of licenses, for the release version and for the debug version. developers.google.com/maps/documentation/android-api/ ... there are codes for this (switch bookmarks depending on the type of key you need), and you can fill the keys in the manifest or in the grande. I filled in the monifest - Dezar Evm

1 answer 1

You must use the sha1 key of the same computer on which you are collecting the release version for uploading to the Play Market.

Plus, you should be aware that the keys for debug and for release also different.