Last active
August 29, 2015 14:22
-
-
Save fatorx/89257cc79635871d46fa to your computer and use it in GitHub Desktop.
Remover completamente um aplicativo do Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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