-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Task :react-native-vision-camera:externalNativeBuildDebug failed on android build after upgrade to React-Native 0.66 #614
Comments
This comment has been minimized.
This comment has been minimized.
+1 Same issue here, Downgrading to React Native 0.65.0 fixes the issue |
I have tried to upgrade my CMake version from 3.10.2.4988404 to 3.18.1 but still have the same output. I will continue to work on it and let you know if I find a solution |
This comment has been minimized.
This comment has been minimized.
same here. I also tested with version 2.9.0, and still cannot build with either RN 0.65 and 0.66 ;( |
This comment has been minimized.
This comment has been minimized.
still present in 2.10.0 |
I found the solution, I was facing the #588 issue before I upgraded React Native and I patched the CMAKELIST.txt file by removing the JSI_LIB like mentioned in #513 I have totally forgotten that I patched this file package, that is why I did not found this solution directly After I removed this patch, the Android application build completely without a problem Hope that it will help everyone who face this issue |
For anyone having this issue, do the same as this #588 (comment) |
I have the same issue using react-native-vision-camera: 2.12.0 and react-native: 0.67.2. |
same as @sami-99 |
same as @sami-99 and @geakk, RN v0.67.3 react-native-vision-camera v ^2.12.0 Details:
Not sure why the thread is closed as the library fails on the android build. I tried downgrading to RN 0.66 and the solutions from other issues but nothing fixes the problem |
What were you trying to do?
After upgrading my application from React-Native 0.65 to 0.66, the build android is failing on executing react-native-vision-camera actions
I've looked for a similar issue into this repo but there is no one that looks like it instead of #609 which is already fixed and applied with the 2.9.4 version that I'm using
I am not familiar with Android build and debug that is why I am posting this issue if some people knows how to resolve or understand it and can explain me
I have tried to downgrade the ndk-version from 21.4.7075529 to 20.1.5948944 to see if the problems comes from this but it did not solve the problem
The iOS build works with no problem btw
Reproduceable Code
No response
What happened instead?
The android installation to my device crashes with the following error :
Relevant log output
Device
Huawei P20 Lite
VisionCamera Version
2.9.4
Additional information
The text was updated successfully, but these errors were encountered: