Problem I am developing an Android app and for some reason I have the "App not installed" error when trying to install the package on my Android device. This application has already previously been installed successfully.
To investigate, I went for the basics:
- Uninstall my app from the device
- Make sure Security>Unknown Source is checked
- Created an HelloWorld app with random package name and tried to install on device: SUCCESS
- Created an HelloWorld app with same package name as my problematic project: FAILED
So my guess is that my package name is pointing to some stuff that was not uninstalled correctly.
Question Is there a way to make sure that all the data on an Android device related to a package name is deleted?
Context - Developing directly in android with the AIDE app. No access to any computer at the time since I am travelling. Device: - Samsung Galaxy Notes 10 2014 - Android 4.3 (not rooted)