gtgaxiola
gtgaxiola

Reputation: 9331

Map not showing using Android Studio Google Maps Activity

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:

enter image description here

enter image description here

5C:9B:D5:7E:CC:42:64:20:24:15:83:8D:AF:AD:AE:2A:8F:F9:75:36;one.two enter image description here

.

<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

Answers (1)

gtgaxiola
gtgaxiola

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

Related Questions