android:enabled="false" problem :(

I have a problem when building for android I tried to solve 12 h long :frowning: :

  1. I have set android:exported = “true” in the AndroidManifest.xml and it build fine
  2. Set android:exported = “false”
  3. 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! :frowning:

Read full messages, one of them should contain info on what’s wrong.