is there a way to find out if i've generated a right API key ?
from the same debug.keystore i've managed to get Facebook HASH Key with no problems but from some reason after generating the MD5 fingerprint and generated an API key from Google my map is still blank.. which mean i can only see grids in it with no map..
my internet connection is on, and i have no error in my LogCat.. is there some kind of debugging i can do in order to check whether my API key is correct or not ?
XML:
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="my_generated_key"/>
UPDATE: when running a new Test application it works great with my api key. when i'm trying to embedded the map inside my application (inside a tab host) i get only grid view.