Skip to content

Instantly share code, notes, and snippets.

@fatorx
Last active August 29, 2015 14:22
Show Gist options
  • Save fatorx/89257cc79635871d46fa to your computer and use it in GitHub Desktop.
Save fatorx/89257cc79635871d46fa to your computer and use it in GitHub Desktop.
Remover completamente um aplicativo do Android
http://badlogicgames.com/forum/viewtopic.php?t=19301&p=81023
So I appear to have solved this now...Even though the application was uninstalled from the device for all users, uninstalled via the ADB and did not appear on the list of packages from the ADB, it was still present on the device. On the device, under "Settings -> Apps -> All", at the very bottom was an entry for my application. It was tagged as "Not installed for all users", after selecting it and opening the top-right menu, I could select "Uninstall for all users". For some reason, this fixes the issue.
--------------------------------
Quando ocorrer o erro de não ser possível reinstalar o aplicativo via APK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment