1

After I wiped my phone I can't install or even debug an app on my phone that I wrote. I get this error:

[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!

What could be the problem?

EDIT: Logcat: W/PackageManager( 2277): Package couldn't be installed in /data/app/com.ck.batterymonitor-1.apk

Alex K
  • 5,092
  • 15
  • 50
  • 77
  • Did you look for the solutions in the other questions about this? Seems to me this is an eclipse issue: http://stackoverflow.com/questions/12338242/eclipse-installation-error-install-failed-uid-changed/12662787#12662787 – Nanne May 15 '13 at 06:53
  • No this is not the case. I can't install even from the device and the logcat that I get is not the same as their – Alex K May 15 '13 at 07:09

1 Answers1

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

CRUSADER
  • 5,486
  • 3
  • 28
  • 64