eclipse 真機調試報Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE Please chec...錯誤

eclipse 真機調試報Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
[Please check logcat output for more details.
Launch canceled!   錯誤

解決辦法:

在配置文件:AndroidManifest.xml加入如下代碼:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.demo"
    android:versionCode="1"
     android:installLocation="auto"//加上這就ok
    android:versionName="1.0" >


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章