1. Get MD5 Fingerprint of the Certificate
a) SDK Debug Certificate
b) Your Signing Certificate
2. Go to this link to sign up for an Android Maps API key![]()
3. Add the key to your application’s AndroidManifest.xml
<com.google.android.maps.MapView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:apiKey="[your key]"
/>
No comments:
Post a Comment