1

Hi I have a problem with Google Map API V2 does not appear when I export my project .apk. In fact when I do my test sending my Eclipse project via USB everything works, the map is displayed. If I export the project .apk to send to a friend via Gmail and Google Map API V2 is not displayed.

I think this is a problem when exporting but I can not solve it. If you have answers thank you in advance.

1 Answers1

0

When exporting your app, in the final step the adt(eclipse) shows you the SHA1 key that would be used. Use that SHA1 key value for generating a new google maps api key. Worked for me.

Ravi Kuldeep
  • 233
  • 1
  • 10
  • Could you expain the process of adding that SHA1 key to your google developer account? – Anubian Noob Sep 29 '15 at 19:57
  • Login through your gmail account. Now search google developer console, open the first link. now create a new project and under the left menu option "APIs and auth" open APIs. From that select the API you want and then enable it. Now under the same menu there is an option Credentials. In that menu generate an android key, Enter the same key in your project and the maps will show @AnubianNoob – Ravi Kuldeep Sep 30 '15 at 20:35