【发布时间】:2014-04-01 08:42:33
【问题描述】:
运行代码时, 安装错误:发生INSTALL_FAILED_CONTAINER_ERROR
请检查 logcat 输出以获取更多详细信息。 发射已取消!我只是尝试通过更改 android:installLocation="preferExternal" 进入 android:installLocation="auto"
- 但现在错误仍然相同。因此无法在模拟器中安装 apk。
AndroidMainfest.xml:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gems.android"
android:versionCode="1"
android:versionName="1.0"
android:installLocation="auto"
>
存储:
LogCat:
E/memtrack(1386): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug(1386): failed to load memtrack module: -2
D/AndroidRuntime(1386) : Calling main entry com.android.commands.pm.Pm
W/ActivityManager(381) : No content provider found for permission revoke: file:///data/local/tmp/GEMS.apk
E/Vold(47) : Error creating imagefile (Read-only file system)
E/Vold(47) : ASEC image file creation failed (Read-only file system)
W/Vold(47) : Returning OperationFailed - no handler for errno 30
E/PackageHelper(640) : Failed to create secure container smdl2tmp1
E/DefContainer(640) : Failed to create container smdl2tmp1
W/ActivityManager(381) : No content provider found for permission revoke: file:///data/local/tmp/GEMS.apk
- SD 卡中的可用内存也是 483 MB。
- 如果有人知道如何解决这些问题,请回复我。谢谢。
【问题讨论】:
标签: android console android-manifest