I am using Android Lollipop mobile. I have uninstalled preinstalled Youtube app updates. Now I tried to update the app from Play Store. It is giving the error "Can't install app" with error code 910.
I have tried the following steps:
- Deleted Play Store app's cache and data.
- Deleted Download manager app's cache and data
- Deleted Youtube app's cache and data.
- Restarted phone.
And tried again, still same error occurred. How do I fix this?
Answer
I had the same problem after trying to upgrade my Snapchat app to the alpha version following a tutorial on the XDA developers forum. After finishing the tutorial, the app wouldn't uninstall, run, or reinstall properly. The solution (for me) was to uninstall the broken app using ADB.
- Install adb (if you haven't already).
- Enable developer mode on your phone (if you haven't already).
- Type
adb devices
into the terminal / command line. - Tap 'yes' on the authorization prompt on your phone (if you haven't already authorized).
- Type
adb uninstall
to uninstall the broken app. - You can now reinstall the app from the Play store or wherever you got it from.
No comments:
Post a Comment