Can't debug old android app that I wrote - INSTALL_FAILED_UID_CHANGED Error -


this question has answer here:

after wiped phone can't install or debug app on phone wrote. 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 more details. [2013-05-15 09:20:40 - batterymonitor] launch canceled! 

what problem?

edit: logcat: w/packagemanager( 2277): package couldn't installed in /data/app/com.ck.batterymonitor-1.apk

try following steps:-

  • uninstall previous version of app emulator/phone first, try again. can visiting system settings > applications > manage applications , selecting app.

  • delete package name folder in /data/data (if using actual device should have root access , if using emulator wipe data before opening emulator or make new avd)

hope helps


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -