может кто-нибудь мне помочь? Как установить emdk?
Когда я попробовал пакет, я получил эту ошибку.
Код: Выделить всё
* 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.symbol:emdk:7.0.0.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/com/symbol/emdk/7.0.0/emdk-7.0.0.pom
- https://repo.maven.apache.org/maven2/com/symbol/emdk/7.0.0/emdk-7.0.0.pom
- file:/Users/usr/Desktop/barcodetest/node_modules/jsc-android/dist/com/symbol/emdk/7.0.0/emdk-7.0.0.pom
- https://dl.google.com/dl/android/maven2/com/symbol/emdk/7.0.0/emdk-7.0.0.pom
- https://www.jitpack.io/com/symbol/emdk/7.0.0/emdk-7.0.0.pom
Required by:
project :app > project :react-native-zebra-scanner
Код: Выделить всё
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
}
dependencies {
compileOnly('com.symbol:emdk:7.0.0')
}
}
apply plugin: "com.facebook.react.rootproject"
https://developer.zebra.com/forum/25271
Подробнее здесь: https://stackoverflow.com/questions/785 ... guments-co