Reputation: 9331
For some reason I'm not able to see the Map on my Activity.
I don't get any error on the project/console when running the app.
Things that I've done:
Get the SHA1 fingerprint from debug.keystore
5C:9B:D5:7E:CC:42:64:20:24:15:83:8D:AF:AD:AE:2A:8F:F9:75:36
5C:9B:D5:7E:CC:42:64:20:24:15:83:8D:AF:AD:AE:2A:8F:F9:75:36;one.two
.
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="AIzaSyBN8bDm6sYpExCtD3pdNwQu49I65OVCieA" />
Take in consideration that all of the generated code was done by using the Google Maps Activity template from Android Studio version 1.2
Upvotes: 3
Views: 4118
Reputation: 9331
Answer to my problem
Company's firewall was preventing my device to call outside.
Tested in another Network, everything is alright.
Upvotes: 1