简体   繁体   中英

Android google map don't show

I use google map in project, but it is dont work rightly. I have registred Google map Api Key in google services and add in my project AndroidManifest.xml

<meta-data
    android:name="com.google.android.maps.v2.API_KEY"
    android:value=" Api key" />

But it is don't show map you can see it in this picture: 在此处输入图片说明

When i run my app, in tab Anroid Monitor of Android Studio i have this error:

在此处输入图片说明

I can't find resolve.

and in Api monitor i have this error too, when i open app

java.io.IOException: Server returned: 3

您是否在gradle文件中添加了play-services依赖项?

If Possible change your play-service dependency and set dependency based on building tools installed or api installed, like following way

From

compile 'com.google.android.gms:play-services-maps:10.0.1'

To

compile 'com.google.android.gms:play-services-maps:10.2.1'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM