Skip to content
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

Android - BUILD FAILED #686

Open
sofiacoder3000 opened this issue Dec 19, 2024 · 1 comment
Open

Android - BUILD FAILED #686

sofiacoder3000 opened this issue Dec 19, 2024 · 1 comment

Comments

@sofiacoder3000
Copy link

sofiacoder3000 commented Dec 19, 2024

Describe the bug
I cant't build my project for android after add this library ("react-native-camera-kit": "14.1.0")

To Reproduce
Steps to reproduce the behavior:

  1. npm i
  2. cd android && ./gradlew clean && cd ../
  3. npm run android
  4. See error in console

Expected behavior
build ok

Screenshots
npm run android
Captura de pantalla 2024-12-18 a la(s) 10 34 01 p  m

Additional context

./android/build.gradle have this config
...
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
appCompatVersion = "1.4.2" // Or higher. Required for new AndroidX compatibility.
googlePlayServicesLocationVersion = "21.0.1"
}
// more config
}

Environment versions

node version: v20.18.0
npm version: 10.8.3

@DavidBertet
Copy link
Contributor

I'm not getting that error, are you still reproducing? Could have been a jitpack network error at that time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants