I have a problem when building for android I tried to solve 12 h long :
- I have set android:exported = “true” in the AndroidManifest.xml and it build fine
- Set android:exported = “false”
- After building, even after resetting exported=” true” or deleting/unchecking Custom Manifest I got these errors:
Starting a Gradle Daemon, 1incompatible and 4 stopped Daemons could not be reused etc.
Configure project :launcher
WARNING: The option “android.enableR8” is deprecated and should not be used anymore.
and a list of Tasks…
-(I have tested it on a new default project and the errors came only after doing these steps)
-Where should I change what?? Should I create a new project and simply copy/paste the Asset folder?
Thanks for your support!