I\'m trying to get the Map demos working, as provided in the Google API sample projects. I am using AVDs and have tried with versions 8, 10 and 11 and get the same issue.>
Please make sure that you use permissions in your application AndroidManifest.xml.
add these 3 lines in AndroidManifest.xml
And also make sure keystore is pointing to the keystore you created.
In eclipse Check Window -> Preferences ->Android ->Build : Default Debug keystore, is pointing to the key you created using keytool, else use Browse button and point to the actual key.