…\Temp\gradleOut\src\main\AndroidManifest.xml:17: Error: Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one [HardcodedDebugMode]
In have checked all the AndroidManifest files in my project and none are setting android:debuggable=“false”.
Even so, in …\Temp\gradleOut\src\main\AndroidManifest.xml:17 this is included:
So it looks to me like Unity is generating this entry automatically. Anyone know what to do?
We also had to switch off Minify. We’ve seen issues in other projects as well, where used libraries were stripped. I am not sure if Minify works at all.