方法一:

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

[html]view plaincopy

  1. < manifest   xmlns:android = "http://schemas.android.com/apk/res/android"   
  2.      package = "com.app.flashlight"   
  3.      android:installLocation = "preferExternal"   
  4.      android:versionCode = "1"   
  5.      android:versionName = "1.0"   >

即 修改下安装位置  就OK了. 

其他情况:

使用模拟器测试的,则可以试一试:

进入到模拟器中,点击 settings->applications->mange 
applications-> select the application->select “uninstall” ,将启动的软件删除掉,下次就可以成功启动。

相关文章:

  • 2021-10-23
  • 2021-05-18
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-10-03
  • 2022-01-26
猜你喜欢
  • 2021-06-16
  • 2021-05-20
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-08-23
  • 2021-07-19
相关资源
相似解决方案