Android INSTALL_FAILED_UID_CHANGED

前端 未结 26 1236
走了就别回头了
走了就别回头了 2020-11-28 07:37

I have been doing debugging on Android using my Nexus 4, however I recently encountered this error here. After doing some research on this error, it seems to be an issue wit

26条回答
  •  借酒劲吻你
    2020-11-28 07:46

    Use

    adb shell

    go to the shell.
    Then run the command follow:

    rm -rf /data/data/package name

    please repleace package name with your own, such as com.map.map

提交回复
热议问题