<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

      Google Play on Android 4.0 emulator(Android 4.0 模拟器上的 Google Play)

          <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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Android - Is it possible to get install referrer programmatically(Android - 是否有可能以编程方式安装引荐来源网址)
                How to sign an APK with more than one certificate?(如何使用多个证书签署 APK?)
                versionCode vs versionName in Android Manifest(Android Manifest 中的 versionCode 与 versionName)
                What does this Google Play APK publish error message mean?(这个 Google Play APK 发布错误消息是什么意思?)
                Lost my keystore for uploaded app on android market(丢失了我在 android 市场上上传的应用程序的密钥库)
                App on Google Play always shows quot;Updatequot; instead of open(Google Play 上的应用程序总是显示“更新;而不是打开)
                  <tbody id='2Kf1e'></tbody>
                <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'>