-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
🔧 Build Error #3425
Comments
Guten Tag, Hans here! 🍻 Thanks for ze detailed issue report! I see you have provided a lot of information, but it’s unclear if you tried building ze example app to see if it’s a library issue or a project-specific one. Please give it a try and let us know if you encounter the same error. Also, remember to ensure your development environment is set up correctly by running If you still can’t resolve it, we’d appreciate logs from And if you enjoy using VisionCamera, consider sponsoring this project here!
|
is there any solution for this ? |
This build error on Android is still happening randomly. Trying to investigate this issue, it seems cat ./.cxx/Debug/471rl62z/prefab/x86_64/prefab/lib/x86_64-linux-android/cmake/react-native-worklets-core/react-native-worklets-coreConfig.cmake
|
For me this gets fixed by removing node modules directory and android build folders. When you rebuild it afterwards, it should work fine. Would be great if the problem can be spotted and fixed because it takes time to remove folders and rebuild. Step 1: Close Android Studio (AS) rm -rf node_modules android/.gradle android/build
yarn install Step 3: Open AS and rebuild |
I also got this build error randomly, especially when switching between old and new arch in Android. As mentioned above, cleaning build dir and node_modules helps sometimes. I also deleted my .gradle folder in the user home directory and used react-native-clean-project to clean all, but currently I am still stuck with the build error. |
How were you trying to build the app?
I tried to build my app using react-native-vision-camera with the command 'npm run android' and it failed to build
Full build logs
Project dependencies
VisionCamera Version
4.6.3
Target platforms
Android
Operating system
Linux
Can you build the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: