Android 真機調試時沒法調試 INSTALL_FAILED_INSUFFICIENT_STOR

[2013-08-06 16:31:04 - Flashlight] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEandroid

試試修改一下manifest文件 :添加 一句:   android:installLocation="preferExternal"  app

< manifest   xmlns:android = "http://schemas.android.com/apk/res/android"   

         package = "com.app.flashlight"   

         android:installLocation = "preferExternal"   

         android:versionCode = "1"   

         android:versionName = "1.0"   >

即 修改下安裝位置  就OK了. 測試

 

其餘狀況:spa

    使用模擬器測試的,則能夠試一試:code

    進入到模擬器中,點擊 settings->applications->mange xml

    applications-> select the application->select 「uninstall」 ,將啓動的軟件刪除掉,下次就能夠成功啓動。flash

相關文章
相關標籤/搜索