我在我的应用中使用Google Map V2。当我将我的应用程序发布到计算机上的平板电脑时,它确实有效。但是在游戏市场发布后,Map并没有显示出来。
我在开发者控制台上创建了很多新的API_KEY,但它不起作用。
我在cmd上运行此代码:
keytool -list -v -keystore C:\Users\mtt\.android\debug.keystore -alias debug
我有debug.keystore:
86:3B:F3:2C:71:2F:B1:94:AC:1B:65:B6:F9:35:23:xx:xx:xx:xx
我在我的开发者控制台的Android Key中添加了SHA-1指纹和包名称
的AndroidManifest.xml:
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="AIzaSyAMlGbSo8dByFvRIY07xxxxxxxxxx" />
<receiver
android:name="com.google.android.gcm.GCMBroadcastReceiver"
android:permission="com.google.android.c2dm.permission.SEND" >
我读了很多关于这个问题但没有结果的话题。请帮帮我。