Eclipse Installation error: INSTALL_FAILED_UID_CHANGED

后端 未结 11 1701
粉色の甜心
粉色の甜心 2020-11-28 12:45

I have problem with running an android application from eclipse on real android device

when I click on Run it just show me this error: Installation error: INST

11条回答
  •  日久生厌
    2020-11-28 13:29

    May be anybody help...

    I have root device for debug. Sometimes I backup my application data from /data/data/my.package and later restore by adb shell. Before on restore I delete my.package folder, recreate and copy other subfolders and files. After this on next change and run project from eclipse, get INSTALL_FAILED_UID_CHANGED error.

    My mistake: I should not have been removed my.package folder. I must remove only all in this folder, because on recreate folder I get new owner folder my.package.

提交回复
热议问题