问题描述
INSTALL_FAILED_INSUFFICIENT_STORAGE
以上是,当我尝试并安装应用程序我的手机给人的错误。我的应用程序的.apk文件是1.26 MB。
The above is the error that my phone gives when i try and install the application. The .apk file of my app is 1.26 MB.
免费的手机存储设备上为16MB。现在,当我尝试和安装应用程序,为什么我的设备给上面的错误?
The phone memory free on my device is 16MB. Now when i try and install the app, why is my device giving the above error?
另外,我使用的是Android 2.2的我的应用程序,如果我使用的android:preferenceLocation =外部
它给了我INSTALL_FAILED_MEDIA_UNAVAILABLE错误。所以我删除从清单文件上面的命令,然后尝试。这导致了我上述关于存储空间不足所提到的错误。
Also I am using Android 2.2 on my app, if i use android:preferenceLocation="external"
it gives me INSTALL_FAILED_MEDIA_UNAVAILABLE error. So I removed the above command from the manifest file and then tried. This resulted in the error i have mentioned above regarding insufficient storage.
什么我需要对此做?
推荐答案
检查设备是否具有SD卡或没有。如果它然后检查是否被安装在您的PC / MAC与否。如果安装,然后从系统中卸载SD卡,并尝试重新再次安装应用程序。
Check whether your device has a SD card or not. If it has then check whether it is mounted on your PC/mac or not. If it is mounted then unmount the sd card from the system and try re installing the app again.
这篇关于Android应用程序不安装在设备上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!