Solved App not installed error (modder)

dinoid

Approved Modder
Original poster
Approved Modder
Dec 23, 2017
179
13,158
1,193
Brasil
"I've modded several apps and all of them work fine in my emulator but it gives me an error when trying to install on my Smartphone device..."
What can fix it:
- decompile the app and change this on androidmanifest.xml: android:installLocation="preferExternal" -> android:installLocation="auto"
- disable Play Protect before installing
- sign the apk! <- very important lul
- uninstall previous versions of the apk
- if using any third party program, test it's options, one of them may be the cause (autoToaster in my case)
- in last case, clear all framework data from all progams used to mod, delete the decompiled apk, decompile it again and restart all process

This kind of error is mostly caused by an androidmanifest anomaly or sign error. Don't give up if the error persists! Please use this thread to report your experience with this error! <3
 
  • Like
Reactions: ohza2016