简体   繁体   中英

Installing Google Play Services 4.1 on Emulator

Hi I'm trying to work with the new version of Google Play services (4.1) and am not able to get it working on my emulator. The Emulator loading with Google APIs level 19 only contain Google play services 4.0. How do i update this?

The newest version is 4.5.10 at the moment.

a) You cam download t and then:

b) Go to platform tools path present in Android SDK and put these apk's in it.

• com.android.vending-4.5.10.apk

c) Install these apk's one by one by going to platform tools path by using command prompt(shift+Right click---> open command window here).Then,Follow these commands

•adb devices

•adb install com.android.vending-4.5.10.apk

Try this,

right click on your project > Android Tools > Add Support Library...

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