We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 android: failed with error:
Task :react-native-camera-kit:compileDebugKotlin FAILED /react-native-camera-kit/android/src/main/java/com/rncamerakit/BitmapUtils.kt:7:46 Unresolved reference: FrameMetadata
update from "react-native-camera-kit": "^12.1.0", to "react-native-camera-kit": "^14.1.0", No other changes have been made to the project
"react-native-camera-kit": "^12.1.0",
"react-native-camera-kit": "^14.1.0",
The text was updated successfully, but these errors were encountered:
When I check the code in '14.1.0', The BitmapUtils.kt should not exist anymore. After I delete BitmapUtils.kt, the issue solved.
BitmapUtils.kt
Sorry, something went wrong.
But When I re-sync the project, the "src/main/java/com,rncamerakit/BitmapUtils.kt" will be shown again into the project.
No branches or pull requests
Build android: failed with error:
update from
"react-native-camera-kit": "^12.1.0",
to"react-native-camera-kit": "^14.1.0",
No other changes have been made to the project
The text was updated successfully, but these errors were encountered: