M
M
miglitut2014-05-23 10:08:58
Android
miglitut, 2014-05-23 10:08:58

How to put google play market in emulator?

How to put google play market in android sdk emulator? Please tell me the proven way.
android 4.2.2, running under windows 7

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2014-05-23
@GavriKos

Google was asked: stackoverflow.com/questions/11154222/google-play-o... ?
And buy yourself at least one Chinese device - do not be perverted with the emulator.

M
miglitut, 2014-05-24
@miglitut

emulator -avd VM_NAME_HERE -partition-size 500 -no-audio -no-boot-anim



adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system


adb shell chmod 777 /system/app


adb push GoogleLoginService.apk /system/app/.
adb push GoogleServicesFramework.apk /system/app/.
adb push Phonesky.apk /system/app/. 
adb shell rm /system/app/SdkSetup*

I tried this, everything seemed to go well, but nothing appeared .... What else to do now?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question