简体   繁体   中英

Android Google Play Services in Emulator

I get "Google Play Services" message when I run my app using emulator

在此处输入图片说明

I have checked many posts and they said I have to download Google APIs and Google Play Services

在此处输入图片说明在此处输入图片说明

and I already did, and I have this code in Gradle.build

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:22.0.0'
    compile 'com.google.android.gms:play-services:7.3.0'
}

How to resolve this issue?

Please Download this one and check again :

在此处输入图片说明

Because you are using

com.google.android.gms: play-services :7.3.0

in dependencies.

请安装列表末尾提供的Intel x86 Emulator。

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