android Installation error: INSTALL_FAILED_CONTAINER_ERROR

当我的项目资源较大时,我使用了android2.2 里面提供了一个android:installLocation属性
来使我的项目安装到sd卡里面。当然这个好像是不要写sdcard的访问权限的。
  当我使用  android:installLocation="preferExternal" 这个值部署工程的时候,老是出Installation error: INSTALL_FAILED_CONTAINER_ERROR这个错。后来改成了android:installLocation="auto" 之后就可以了。

你可能感兴趣的:(android)