質問編集履歴

1

ログの追加

2016/07/14 15:28

投稿

Atsubase
Atsubase

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,26 @@
10
10
 
11
11
  この状態でAVDを表示したところ、本来であれば、経度0度、緯度0度のポイントが表示されたマップが出てくると予想しましたが、下部にGoogleと表示された真っ白な画面が表示されてしまいました。
12
12
 
13
+ ログを見るとエラーが表示されていました。
14
+
15
+ 07-14 11:24:33.124 2394-2457/application.com.example.myapplication3 E/b: Authentication failed on the server.
16
+
17
+ 07-14 11:24:33.124 2394-2457/application.com.example.myapplication3 E/Google Maps Android API: Authorization failure. Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.
18
+
19
+ 07-14 11:24:33.134 2394-2457/application.com.example.myapplication3 E/Google Maps Android API: In the Google Developer Console (https://console.developers.google.com)
20
+
21
+ Ensure that the "Google Maps Android API v2" is enabled.
22
+
23
+ Ensure that the following Android Key exists:
24
+
25
+ API Key: AIzaSyA6yELaExpNOu4YWDHoPxXAT7kTGxezpK0
26
+
27
+ Android Application (<cert_fingerprint>;<package_name>): 52:C1:3E:BC:B0:6C:81:02:56:41:C8:3A:F5:76:9A:CC:EE:B0:6B:01;application.com.example.myapplication3
28
+
29
+ 07-14 11:24:34.174 2394-2454/application.com.example.myapplication3 E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.android.gms.googlecertificates.ModuleDescriptor" on path: DexPathList[[zip file "/data/app/application.com.example.myapplication3-2.apk"],nativeLibraryDirectories=[/data/app-lib/application.com.example.myapplication3-2, /vendor/lib, /system/lib]]
30
+
31
+
32
+
13
33
  この状態から、まずは地図を表示させたいです。
14
34
 
15
35