Answers for "Execution failed for task ':react-native-gesture-handler:compileDebugJavaWithJavac'"

0

Execution failed for task ':react-native-gesture-handler:compileDebugJavaWithJavac'

//Add the following to the gradle.properties to activate AndroidX
android.useAndroidX=true
android.enableJetifier=true

// Run the following commands in the root of your project
npm i jetifier
npx jetifier
Posted by: Guest on February-22-2021
0

Execution failed for task ':react-native-gesture-handler:compileReleaseJavaWithJavac'.

npm i jetifier
npx jetify
Posted by: Guest on November-13-2020

Code answers related to "Execution failed for task ':react-native-gesture-handler:compileDebugJavaWithJavac'"

Browse Popular Code Answers by Language