<bdo id='NgaVy'></bdo><ul id='NgaVy'></ul>

    <small id='NgaVy'></small><noframes id='NgaVy'>

  1. <legend id='NgaVy'><style id='NgaVy'><dir id='NgaVy'><q id='NgaVy'></q></dir></style></legend><tfoot id='NgaVy'></tfoot>

    1. <i id='NgaVy'><tr id='NgaVy'><dt id='NgaVy'><q id='NgaVy'><span id='NgaVy'><b id='NgaVy'><form id='NgaVy'><ins id='NgaVy'></ins><ul id='NgaVy'></ul><sub id='NgaVy'></sub></form><legend id='NgaVy'></legend><bdo id='NgaVy'><pre id='NgaVy'><center id='NgaVy'></center></pre></bdo></b><th id='NgaVy'></th></span></q></dt></tr></i><div id='NgaVy'><tfoot id='NgaVy'></tfoot><dl id='NgaVy'><fieldset id='NgaVy'></fieldset></dl></div>
    2. Android 4.0 模拟器上的 Google Play

      时间:2023-11-09

          <i id='3LZri'><tr id='3LZri'><dt id='3LZri'><q id='3LZri'><span id='3LZri'><b id='3LZri'><form id='3LZri'><ins id='3LZri'></ins><ul id='3LZri'></ul><sub id='3LZri'></sub></form><legend id='3LZri'></legend><bdo id='3LZri'><pre id='3LZri'><center id='3LZri'></center></pre></bdo></b><th id='3LZri'></th></span></q></dt></tr></i><div id='3LZri'><tfoot id='3LZri'></tfoot><dl id='3LZri'><fieldset id='3LZri'></fieldset></dl></div>
            <tbody id='3LZri'></tbody>

            <small id='3LZri'></small><noframes id='3LZri'>

            <tfoot id='3LZri'></tfoot>
          1. <legend id='3LZri'><style id='3LZri'><dir id='3LZri'><q id='3LZri'></q></dir></style></legend>

              <bdo id='3LZri'></bdo><ul id='3LZri'></ul>
                本文介绍了Android 4.0 模拟器上的 Google Play的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                如何将 Google Play .apk 安装到我的 Android 4.0 模拟器上?

                How can I install the Google Play .apk onto my Android 4.0 emulator?

                推荐答案

                从 这里.

                启动你的模拟器:

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

                然后使用以下命令:

                # Remount in rw mode.
                # NOTE: more recent system.img files are ext4, not yaffs2
                adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
                
                # Allow writing to app directory on system partition
                adb shell chmod 777 /system/app
                
                # Install following apk
                adb push GoogleLoginService.apk /system/app/.
                adb push GoogleServicesFramework.apk /system/app/.
                adb push Phonesky.apk /system/app/. # Vending.apk in older versions
                adb shell rm /system/app/SdkSetup*
                

                这篇关于Android 4.0 模拟器上的 Google Play的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何知道应用程序是从 google play 还是侧载安装的? 下一篇:在手机版android中打开google play store的链接

                相关文章

                <i id='2Kf1e'><tr id='2Kf1e'><dt id='2Kf1e'><q id='2Kf1e'><span id='2Kf1e'><b id='2Kf1e'><form id='2Kf1e'><ins id='2Kf1e'></ins><ul id='2Kf1e'></ul><sub id='2Kf1e'></sub></form><legend id='2Kf1e'></legend><bdo id='2Kf1e'><pre id='2Kf1e'><center id='2Kf1e'></center></pre></bdo></b><th id='2Kf1e'></th></span></q></dt></tr></i><div id='2Kf1e'><tfoot id='2Kf1e'></tfoot><dl id='2Kf1e'><fieldset id='2Kf1e'></fieldset></dl></div>
                • <bdo id='2Kf1e'></bdo><ul id='2Kf1e'></ul>
                <tfoot id='2Kf1e'></tfoot>

                    <legend id='2Kf1e'><style id='2Kf1e'><dir id='2Kf1e'><q id='2Kf1e'></q></dir></style></legend>
                  1. <small id='2Kf1e'></small><noframes id='2Kf1e'>