我关注了this tutorial,以便在我的应用上显示地图。 出于某种原因,当应用程序打开时,我会获得地图控件和Google徽标,但屏幕显示为灰色。 Logcat说:
11-12 20:06:36.219 8568-8644/com.example.examapp D/REQUEST﹕ Error processing: com.google.maps.api.android.lib6.b.d@65d4c588 not retrying
11-12 20:06:36.219 8568-8644/com.example.examapp D/REQUEST﹕ Retrying: com.google.maps.api.android.lib6.b.j@659c6178
11-12 20:06:36.219 8568-8644/com.example.examapp D/REQUEST﹕ Retrying: com.google.maps.api.android.lib6.c.au@65b4cf80
11-12 20:06:42.329 8568-8644/com.example.examapp D/REQUEST﹕ Connection opened to:https://clients4.google.com/glm/mmap/api
11-12 20:06:42.329 8568-8644/com.example.examapp D/REQUEST﹕ Open Connection
11-12 20:06:42.909 8568-8644/com.example.examapp D/REQUEST﹕ DRD(49): 62|15|147
11-12 20:06:42.909 8568-8644/com.example.examapp D/REQUEST﹕ Close
知道为什么会这样吗?
答案 0 :(得分:0)
确保您已在项目的Google page的API列表中启用了 Google Maps Android API v2 ,并且您正在使用相同的密钥库来为您的应用程序签名您已从中生成地图密钥。 您在此命令中使用的keyStore
keytool -list -v -alias androiddebugkey -keystore %%您的路径%% -storepass android -keypass android