Hello to All, I am trying build an apk in windows 11 platform using gradlew 8.5, with jdk 11. I am getting following error * Where:Script 'react.gradle' line: 395 * What went wrong:A problem occurred configuring project ':app'. > Could not create task ':app:copyAppstoreDebugBundledJs'. > Could not create task ':app:mergeAppstoreDebugAssets'. > Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method. How to fix this ? Kindly help me. Regards Sudhir
asked
Sudhir T
1 answers
0
Hi,
Consider using a lower version of Gradle or upgrading to the latest version of JDK.