CircleCI failed due to react-native-reanimated (android)
See original GitHub issueDescription
Circle CI lane failed at react-native-reanimated in android
log added
> Configure project :react-native-reanimated
Native libs debug enabled: false
Android gradle plugin: 7.0.3
Gradle: 7.3
building Reanimated2
Checking the license for package NDK (Side by side) 21.4.7075529 in /opt/android/sdk/licenses
License for package NDK (Side by side) 21.4.7075529 accepted.
Preparing "Install NDK (Side by side) 21.4.7075529 (revision: 21.4.7075529)".
"Install NDK (Side by side) 21.4.7075529 (revision: 21.4.7075529)" ready.
Installing NDK (Side by side) 21.4.7075529 in /opt/android/sdk/ndk/21.4.7075529
"Install NDK (Side by side) 21.4.7075529 (revision: 21.4.7075529)" complete.
"Install NDK (Side by side) 21.4.7075529 (revision: 21.4.7075529)" finished.
[CXX1300] CMake '3.18.1' was not found in SDK, PATH, or by cmake.dir property.
[CXX1300] CMake '3.18.1' was not found in SDK, PATH, or by cmake.dir property.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':react-native-reanimated'.
> [CXX1300] CMake '3.18.1' was not found in SDK, PATH, or by cmake.dir property.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Steps to reproduce
Run CircleCI lane in reactnative for android
Snack or a link to a repository
Reanimated version
2.10.0
React Native version
0.68.0
Platforms
Android
JavaScript runtime
No response
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Release mode
Device
No response
Device model
No response
Acknowledgements
Yes
Issue Analytics
- State:
- Created a year ago
- Reactions:11
- Comments:26 (7 by maintainers)
Top Results From Across the Web
react native reanimated cmake | The Search Engine You Control
Circle CI lane failed at react-native-reanimated in android. log added. Starting a Gradle Daemon (subsequent builds will be faster) > Configure project ...
Read more >Configure project :react-native-reanimated - Stack Overflow
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with...
Read more >react-native-community/react-native@7.1.1 - CircleCI
Tests the Android app on the given device, with the given Detox configuration. You should have already built the correct Android APK (including ......
Read more >Installation | React Native Reanimated - Software Mansion
After adding the react-native-reanimated/plugin to your project you may encounter a false-positive "Reanimated 2 failed to create a worklet" error.
Read more >[Solved]-react native render only part - appsloveworld
Related Posts. Why would my timer work on the iPad simulator but not on the iPad? iOS HTML Input Tag Stops Scrolling in...
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
Okay. That seems to work!
I also found I could install this specific version via Android Studio by going to
Tools > SDK Manager
, and then selectSDK Tools
, check theShow Package Details
box and select 3.18.1 in addition to 3.22.1 🙂