I\'m trying to use Google Maps Android API v2, and I have already created the SHA1 key from my release cert.
I\'ve read the comments from here and have made everythi
As this time you are using
<permission
android:name="com.example.permission.MAPS_RECEIVE"
android:protectionLevel="signature"/>
<uses-permission android:name="com.example.permission.MAPS_RECEIVE"/>
are you sure that you package name is com.example
, if not then replace com.example
with actual package_name