Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE解决方法

简介:

原文:http://blog.sina.com.cn/s/blog_600c6eec0100sy91.html

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

 

执行工程时,提示上面的错误,还是内存问题。

 

解决办法:把以前的apk文件都给删除了。

删除方法一:命令 进入tools文件夹下,adb shell "enter"  cd data "enter" cd app "enter" ls,就可以看见之前的apk文件,用rm 文件名,就可以把它删除。(模拟器要处在运行的状态下

 

删除方法二:

启动模拟器,然后进入菜单
settings->applications->mange
applications-> select the application->select "unistall".

 

网上还有的解决办法是增大内存空间,

 

 用命令启动:emulator -avd MyAndroid -partition-size 120,设置内存为120m,但是在我这里不行,可能之前的apk文件太多

 

在eclipse中设置启动命令:(图中着色部分)

Installation <wbr>error: <wbr>INSTALL_FAILED_INSUFFICIENT_STORAGE


有没有命令可以查看当前的模拟器剩余内存空间??

 


相关文章
成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an
成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an
成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an
Error: EPERM: operation not permitted, mkdir
Error: EPERM: operation not permitted, mkdir
|
Java
Error: A JNI error has occurred, please check your installation and try again
Error: A JNI error has occurred, please check your installation and try again
213 0
|
Shell
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
1173 0
|
Android开发
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
448 0
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
604 0
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
|
Android开发
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案