I get this error some times when i build to android

Installation failed with the following output:
WARNING: linker: app_process has text relocations. This is wasting memory and is a security risk. Please fix.
WARNING: linker: app_process has text relocations. This is wasting memory and is a security risk. Please fix.
pkg: /data/local/tmp/Package.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
6178 KB/s (13212945 bytes in 2.088s)

UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()

My solution usually is to just build again… and some times it will just work… but i figure it’d be better to figure out what the issue is and fix it… sure it says insufficient storage but there is plenty of space on my phone…

That error isn’t coming from Unity but from the Android Linker.

I would suggest you search for solutions outside of Unity and back the solution into Unity.

Good Luck.