-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Bug Description
I got this error when running npx expo run:android
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task ':app:processDebugResources'.
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com.regula.documentreader:api:7.2.9835.
Searched in the following locations:
- file:/Users/macradev/macra-mobile/node_modules/@notifee/react-native/android/libs/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- file:/Users/macradev/macra-mobile/node_modules/react-native/android/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- file:/Users/macradev/macra-mobile/node_modules/jsc-android/dist/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- https://dl.google.com/dl/android/maven2/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- https://repo.maven.apache.org/maven2/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- https://www.jitpack.io/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- file:/Users/macradev/macra-mobile/node_modules/expo-camera/android/maven/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
- https://oss.sonatype.org/content/repositories/snapshots/com/regula/documentreader/api/7.2.9835/api-7.2.9835.pom
Required by:
project :app > project :regulaforensics_react-native-document-reader-api
Could not find com.regula.documentreader.core:ocrandmrz:7.2.10881.
Searched in the following locations:
- file:/Users/macradev/macra-mobile/node_modules/@notifee/react-native/android/libs/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- file:/Users/macradev/macra-mobile/node_modules/react-native/android/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- file:/Users/macradev/macra-mobile/node_modules/jsc-android/dist/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- https://dl.google.com/dl/android/maven2/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- https://repo.maven.apache.org/maven2/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- https://www.jitpack.io/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- file:/Users/macradev/macra-mobile/node_modules/expo-camera/android/maven/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
- https://oss.sonatype.org/content/repositories/snapshots/com/regula/documentreader/core/ocrandmrz/7.2.10881/ocrandmrz-7.2.10881.pom
Required by:
project :app > project :regulaforensics_react-native-document-reader-core-ocrandmrz
Environment:
"expo": "^49.0.16",
"react-native": "0.72.10",
how to fix it?