Tuesday 6 November 2012

Install android Market on android emulator


  1. Create Android Emulator on android 4.1 or greater, assume its name is "Android_JellyBean"
  2. Copy the android tools uri and past it at the end of the environment path key
  3. start the command prompt 
  4. type emulator -avd Android_JellyBeans -partition-size 400 -no-audio -no-boot-anim
  5. wait while the emulator start 
  6. type the following in command prompt 
        adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
        adb shell chmod 777 /system/app

     7. Download GoogleLoginService.apk 
                         GoogleServicesFramework.apk
                         Vending.apk 
      8.  Run eclipse and open DDMS and open file explorer, go to system folder open it, and open app 
           folder, and push the downloaded files respectively
      9.  Type adb shell rm /system/app/SdkSetup* in the command prompt 
     10. Create android fake account and enjoy 

No comments:

Post a Comment