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


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

 


相关文章
问题提解决:ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhos
问题提解决:ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhos
解决helm部署报错Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress
在使用helm install 或者helm upgrade的时候,如果出现了异常中断操作, 经常会出现UPGRADE FAILED并且导致后续无法更新,那我们该如何处理呢?
4834 0
|
开发者 Python
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
414 0
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
|
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
199 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
141 0
|
Shell
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
1130 0
|
Android开发
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
433 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
560 0
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
|
Android开发
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案