"Go" Simulator install GooglePlay apk

Source: Internet
Author: User

Original URL: http://blog.sina.com.cn/s/blog_9fc2ff230101gv57.html

1. Go to the sdk\android-sdk-windows\tools> directory:

1> Launch simulator game: 4.4 Emulator name already exists emulator

Input: EMULATOR-AVD 4.4 -partition-size 300-no-audio-no-boot-anim

2> Simulator Start complete
Input: adb shell

Input: Mount

Rootfs/rootfs ro,relatime 0 0
Tmpfs/dev Tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0
Devpts/dev/pts devpts rw,seclabel,relatime,mode=600 0 0
PROC/PROC proc Rw,relatime 0 0
Sysfs/sys Sysfs rw,seclabel,relatime 0 0
Selinuxfs/sys/fs/selinux selinuxfs rw,relatime 0 0
Debugfs/sys/kernel/debug Debugfs rw,relatime 0 0
None/acct cgroup RW,RELATIME,CPUACCT 0 0
None/sys/fs/cgroup Tmpfs rw,seclabel,relatime,mode=750,gid=1000 0 0
Tmpfs/mnt/secure Tmpfs rw,seclabel,relatime,mode=700 0 0
Tmpfs/mnt/asec Tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
Tmpfs/mnt/obb Tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
None/dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock0/system ext4 ro,seclabel,relatime,data=ordered 0 0
/dev/block/mtdblock1/data Ext4 Rw,seclabel,nosuid,nodev,noatime,nomblk_io_submi
t,data=ordered 0 0
/dev/block/vold/179:0/mnt/media_rw/sdcard vfat Rw,dirsync,nosuid,nodev,noexec,r
elatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,
Iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse/storage/sdcard Fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=10
23,default_permissions,allow_other 0 0

3> Find the Red part
Input: Mount-o remount,rw-t Ext4/dev/block/mtdblock0/system

Input: Mount

Rootfs/rootfs ro,relatime 0 0
Tmpfs/dev Tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0
Devpts/dev/pts devpts rw,seclabel,relatime,mode=600 0 0
PROC/PROC proc Rw,relatime 0 0
Sysfs/sys Sysfs rw,seclabel,relatime 0 0
Selinuxfs/sys/fs/selinux selinuxfs rw,relatime 0 0
Debugfs/sys/kernel/debug Debugfs rw,relatime 0 0
None/acct cgroup RW,RELATIME,CPUACCT 0 0
None/sys/fs/cgroup Tmpfs rw,seclabel,relatime,mode=750,gid=1000 0 0
Tmpfs/mnt/secure Tmpfs rw,seclabel,relatime,mode=700 0 0
Tmpfs/mnt/asec Tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
Tmpfs/mnt/obb Tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
None/dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock0/system ext4 rw,seclabel,relatime,data=ordered 0 0
/dev/block/mtdblock1/data Ext4 Rw,seclabel,nosuid,nodev,noatime,nomblk_io_submi
t,data=ordered 0 0
/dev/block/vold/179:0/mnt/media_rw/sdcard vfat Rw,dirsync,nosuid,nodev,noexec,r
elatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,
Iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse/storage/sdcard Fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=10
23,default_permissions,allow_other 0 0

4> view above red font properties by RO->RW

Input: chmod 777/system/app

5> last install googleloginservice.apk, googleservicesframework.apk, vending.apk (these apk can ask Baidu download) input: adb push d:/ googleloginservice.apk/system/app/.

If you encounter error:device offline such a problem;

New Start a cmd:

Input: adb kill-server

ADB start-server

Re-enter: ADB push d:/googleservicesframework.apk/system/app/.

ADB push d:/googleloginservice.apk/system/app/.

ADB push d:/vending.apk/system/app/.

6> Installation Complete

No Space left on device

ADB push file/system/.
and meet problems like "failed-to-copy file to/system/" ", such as:failed to copy ' file ' to '/system/': No space left on Device failed to copy ' file ' to '/system/': Out of memory
The Resolve method is not a using the Eclipse or AVD Manager to start the Android emulator, if you use the command first:

$emulator-AVD youravdname-partition-size 128
Then you can try the command "adb push file/system/", and the problem maybe resolved.

"Go" Simulator install GooglePlay apk

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.