Google map not showing in my android app

In my application, I am trying to show the current location on a map. I followed the instructions in the link

When I launch an application from my eclipse to my device using the launch configuration, I can view the map and the current location where I was.

But when I created the .apk and aligned.apk file of my application, then I can not see the map.

When I was looking for stack overflow, I came to the next question

and followed these answers, but still I can’t see the map, it shows only the squares how to solve this problem

0
source share
2 answers

it is better to do it this way

Select the project in workspace-->rightclick---> click export--->export android apps-->next-->next--->enter keystore file name--->next--->enter key alis--->finish
0
source

- , apk... androiddebug.keystore android... , api ..

0

All Articles