Reputation: 58093
My Huawei P Smart smartphone doesn't support ARCore. Nevertheless, I installed it on this device using ARCore Patch, Terminal
and adb
. App was installed successfully. But, unfortunately, Huawei still doesn't support ARCore.
The problem is: there's no ARCore app on my smartphone and in Play Store I see the following message: "This app isn't compatible with your device anymore."
Question: How to delete ARCore app from the phone without resetting Android OS?
Upvotes: 1
Views: 1132
Reputation: 58093
For uninstalling ARCore tools I used the following Terminal command:
adb uninstall com.google.ar.core
If you have the original apk
installed already, it is necessary to manually uninstall that before, since it is signed with a different key.
Upvotes: 1