【android-tips】installfailedinsufficientstorage解决方案
生活随笔
收集整理的这篇文章主要介绍了
【android-tips】installfailedinsufficientstorage解决方案
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
(转载请注明出处:http://blog.csdn.net/buptgshengod)
有的时候当我们调试android程序时,往往因为installfailedinsufficientstorage这个问题而不能将工程文件读入调试机,看似是由于内存空间不足,其实往往我们腾出了空间也不能解决这个问题。为了根本解决这个错误,下面提供一种解决方案。
方法非常简单:在AndroidManifast.xml中插入这句话
android:installLocation="preferExternal"具体位置如图
总结
以上是生活随笔为你收集整理的【android-tips】installfailedinsufficientstorage解决方案的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: android tesseract-oc
- 下一篇: 【android-tips】adb 常用