I'm trying to get an example of a live preview:
The problem I have is when I will not load any of the map tiles to run my application ... I have heard that this is usually not being corrected on my Google Maps API key. I tried to sign my app with a key that I generated from Google, but the application will still not load the tile in the map. I can zoom and influence other features of the map, in fact everything except loading tiles. I was reading that eclipse (which I am using) will automatically generate a key for you, but this is not happening. Any suggestions on how to troubleshoot this problem? Thanks!
You should get an API key for your debug key.
- Run
keytool -list -keystore ~ / .and / debug.keystore
from command - in the link Paste your certificate fingerprint
- Add an API-key should look like this in your layout.
Comments
Post a Comment