方法一:
試試修改一下manifest文件 :添加 一句: android:installLocation="preferExternal"
[html]view plaincopy
- < 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了.
其他情況:
使用模擬器測試的,則可以試一試:
進入到模擬器中,點擊 settings->applications->mange
applications-> select the application->select “uninstall” ,將啟動的軟件刪除掉,下次就可以成功啟動。