[RUN_GRADLEW] * What went wrong:
[RUN_GRADLEW] Could not determine the dependencies of task ':app:processDebugResources'.
[RUN_GRADLEW] > Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
[RUN_GRADLEW] > Could not find com.naver.maps:map-sdk:3.20.0.
[RUN_GRADLEW] Searched in the following locations:
[RUN_GRADLEW] - https://oss.sonatype.org/content/repositories/snapshots/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] - https://repo.maven.apache.org/maven2/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] - https://dl.google.com/dl/android/maven2/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] - https://www.jitpack.io/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] - file:/private/var/folders/0h/2_ln8vx5703428fvr13z8dmr0000gn/T/eas-build-local-nodejs/98211a61-7432-4e9e-a1e4-40fcec0255e4/build/node_modules/react-native/android/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] - file:/private/var/folders/0h/2_ln8vx5703428fvr13z8dmr0000gn/T/eas-build-local-nodejs/98211a61-7432-4e9e-a1e4-40fcec0255e4/build/node_modules/jsc-android/dist/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] - file:/private/var/folders/0h/2_ln8vx5703428fvr13z8dmr0000gn/T/eas-build-local-nodejs/98211a61-7432-4e9e-a1e4-40fcec0255e4/build/node_modules/@notifee/react-native/android/libs/com/naver/maps/map-sdk/3.20.0/map-sdk-3.20.0.pom
[RUN_GRADLEW] Required by:
[RUN_GRADLEW] project :app > project :react-native-nmap
[RUN_GRADLEW] * Try:
[RUN_GRADLEW] > Run with --stacktrace option to get the stack trace.
[RUN_GRADLEW] > Run with --info or --debug option to get more log output.
[RUN_GRADLEW] > Run with --scan to get full insights.
[RUN_GRADLEW] > Get more help at https://help.gradle.org.
[RUN_GRADLEW] BUILD FAILED in 19s
[RUN_GRADLEW] 23 actionable tasks: 23 executed
[RUN_GRADLEW] Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.
allprojects {
repositories {
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url(new File(['node', '--print', "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim(), '../android'))
}
maven {
// Android JSC is installed from npm
url(new File(['node', '--print', "require.resolve('jsc-android/package.json', { paths: [require.resolve('react-native/package.json')] })"].execute(null, rootDir).text.trim(), '../dist'))
}
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
maven { url 'https://repository.map.naver.com/archive/maven' }
}
}
expo 49 => 52로 업데이트 했는데 안드로이드가 빌드나 시뮬레이터 작동을 안 하네요. 이제 "react-native-nmap": "github:zerocho/react-native-naver-map" 는 안되는 건가요?
expo 49 => 52로 업데이트 했는데 안드로이드가 빌드나 시뮬레이터 작동을 안 하네요. 이제 "react-native-nmap": "github:zerocho/react-native-naver-map" 는 안되는 건가요?