Open AbijahKaj opened 2 months ago
Updating reanimated to "react-native-reanimated": "3.15.0",
seems to fix the problem , but I still can't build.
I have a new error
Task :azzapp_react-native-skia-video:buildCMakeDebug[arm64-v8a] FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':azzapp_react-native-skia-video:buildCMakeDebug[arm64-v8a]'.
....
[6/13] Building CXX object CMakeFiles/react-native-skia-video.dir/cpp/VideoFrame.cpp.o
FAILED: CMakeFiles/react-native-skia-video.dir/cpp/VideoFrame.cpp.o
auto string = static_ref_cast<jni::JString>(error);
^
1 warning generated.
ninja: build stopped: subcommand failed.
That's not error just warning. I guess the android minSdkVersion required >= 26 The example in this repo has minSdkVersion target 28 you can set version in expo app.json with expo-build-properties
or
// project/android/build.gradle
minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '23') // change 26
Hello! I'm trying to build for android but the build is failing with this error.
My setup