Hi, I want to install apps from google market into emulator. I don't have device. I googled a lot and find out that I must have to have Google play store app in emulator. Then i installed this app using below steps,
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 Vending.apk /system/app/. adb shell rm /system/app/SdkSetup* But Now I am getting server error while running google play store app. So I wanted to know am I on right track or is there any other way to install apks from google play market. Please let me know. thanks, sohan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

