Android使用真機沒法調試,抱錯INSTALL_FAILED_INSUFFICIENT_STORAGE的解決方案。 [2013-08-06 16:31:04 - Flashlight] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2013-08-06 16:31:04 - Flashlight] Please check logcat output for more details. [2013-08-06 16:31:04 - Flashlight] Launch canceled! 方法一: 試試修改一下manifest文件 :添加一句:android:installLocation="preferExternal" [html]view plaincopy < manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.app.flashlight" android:installLocation = "preferExternal" > 即 修改下安裝位置 就OK了. 其餘狀況: 使用模擬器測試的,則能夠試一試: 進入到模擬器中,點擊 settings->applications->mange applications-> select the application->select 「uninstall」 ,將啓動的軟件刪除掉,下次就能夠成功啓動。