Task :react-native-gesture-handler:compileDebugJavaWithJavac
See original GitHub issueHi there,
I’m getting this error when using this library and react-native-camera within the same project.
If I remove react-native-camera, I don’t get any erros showing up.
My package.json looks like this:
{
"name": "rnTestingApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-camera": "^2.10.0",
"react-native-gesture-handler": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:10
Top Results From Across the Web
Execution failed for task ':react-native-gesture-handler ...
The new version is 1.3.0. Here is the error: Task :react-native-gesture-handler:compileDebugJavaWithJavac
Read more >Execution failed for task ':react-native-gesture ... - Stack Overflow
Here is the error: > Task :react-native-gesture-handler:compileDebugJavaWithJavac C:\D\code\js\emps_app\node_modules\react-native- ...
Read more >execution failed for task ':react-native-gesture-handler ...
Task :react-native-gesture-handler:compileDebugJavaWithJavac FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle ...
Read more >react-native-gesture-handler - npm
Declarative API exposing platform native touch and gesture system to React Native. React Native Gesture Handler provides native-driven ...
Read more >Execution failed for task ':react-native-gesture-handler ...
execution failed for task ':react-native-gesture-handler:compiledebugkotlin'. Add Answer | View In TPC Matrix. Technical Problem Cluster First Answered On ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is likely because
react-native-camerauses androidXI’ve also downgraded
react-native-camerato version2.9.0