Download the new files for latest play services:
com.google.android.gms_20130908.apk
com.android.vending_20130908.apk
Then install the tow apks in your emulator
If there exists previous versions uninstall the old apks first
如何安装/卸载.apk文件于android虚拟机:
-
将android虚拟机打开
-
在cmd 中输入APK的绝对路径(一般保存.apk文件至与adb.exe同目录下)
-
.输入“adb install” + 文件名.apk 或者 输入“adb uninstall” + 文件名.apk
-
重启虚拟机