Execution failed for task ':react-native-gesture-handler:compileDebugJavaWithJavac'
问题 I am fixing a incompatibility issue related to AndroidX by adding 2 lines to gradle.properties under android for my RN 0.59 project. android.useAndroidX=true android.enableJetifier=true Now there is another error with run-android related to react-native-gesture-handler . Then I yarn remove the current react-native-gesture-handler of 1.2.0 and add it back. The new version is 1.3.0 . Here is the error: > Task :react-native-gesture-handler:compileDebugJavaWithJavac C:\D\code\js\emps_app\node