1

擦拭手机后,我无法在手机上安装甚至调试我编写的应用程序。我收到此错误:

[2013-05-15 09:20:40 - BatteryMonitor] Installation error: INSTALL_FAILED_UID_CHANGED
[2013-05-15 09:20:40 - BatteryMonitor] Please check logcat output for more details.
[2013-05-15 09:20:40 - BatteryMonitor] Launch canceled!

可能是什么问题呢?

编辑:Logcat:W/PackageManager(2277):包无法安装在 /data/app/com.ck.batterymonitor-1.apk

4

1 回答 1

0

Try following steps:-

  • Uninstall the previous version of the app from the emulator/phone first, then try again. You can do this by visiting System Settings > Applications > Manage Applications and selecting the app.

  • Delete the package name folder in /data/data (if you are using a actual device you should have root access , if you are using emulator just wipe data before opening emulator or make a new AVD)

Hope this helps

于 2013-05-15T06:31:10.700 回答