【问题标题】:INSTALL_FAILED_CONTAINER_ERROR on installing a game on AVD在 AVD 上安装游戏时出现 INSTALL_FAILED_CONTAINER_ERROR
【发布时间】:2014-05-20 15:12:06
【问题描述】:

我尝试在我的 AVD(Android 虚拟设备)中安装游戏。 使用 adb install xxx.apk 我得到了上述错误。

我设置了 2 GB 内部存储空间,但在 AVD 中我只有 190MB,我设置了 3 GB SD 卡。

【问题讨论】:

    标签: android


    【解决方案1】:

    尝试创建一个新的 avd

    how to create a new AVD in eclipse?

    http://theopentutorials.com/tutorials/android/how-to-create-android-avd-emulator-in-eclipse/

    试试下面的步骤

    copy your apk file into platform-tools of your android sdk it can be like C:\android-sdk\platform-tools.
    
    now go to command prompt and change the path to platform-tools the write a command as follows
    cmd -- adb install (appName).apk 
    
    it takes few minutes and gives you success response in cmd prompt..
    

    并且有很多链接可以指导你,你可以参考这个参考

    http://www.android.pk/blog/general/how-to-install-apk-files-on-android-emulator/

    【讨论】:

    • 对我不起作用。我尝试创建一个新的 AVD,解码 apk,更改 de Manifest.xml(首选外部自动更改)并重新编码。使用自动签名证书对其进行签名...我仍然收到 INSTALL_FAILED_CONTAINER_ERROR。我想知道是不是因为这是一个混合应用程序...
    猜你喜欢
    • 2014-04-01
    • 1970-01-01
    • 2016-03-29
    • 1970-01-01
    • 1970-01-01
    • 2012-05-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多