naver 지도 추가 이후 에러
2552
작성한 질문수 2
네이버 맵 연동 강의 이후
npm i react-native-nmap --force
com.fooddeliveryapp 사이에 폴더 추가
com.tjdwo.fooddeliveryapp
package 이름 전부 수정
PS C:\Users\ksj\FoodDeliveryApp> npm run android
> FoodDeliveryApp@0.0.1 android
> react-native run-android
info JS server already running.
info Installing the app...
> Configure project :app
Reading env from: .env
> Configure project :react-native-flipper
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gr
adle.properties` file or use the new publishing DSL.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
5 actionable tasks: 5 up-to-date
Picked up JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not find com.naver.maps:map-sdk:3.16.2.
Required by:
project :app
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 10s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
BUILD FAILED in 10s
at makeError (C:\Users\ksj\FoodDeliveryApp\node_modules\@react-native-community\cli-platform-android\node_modules\execa\index.js:174:9)
at C:\Users\ksj\FoodDeliveryApp\node_modules\@react-native-community\cli-platform-android\node_modules\execa\index.js:278:16
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runOnAllDevices (C:\Users\ksj\FoodDeliveryApp\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:82:7)
at async Command.handleAction (C:\Users\ksj\FoodDeliveryApp\node_modules\@react-native-community\cli\build\index.js:108:9)
info Run CLI with --verbose flag for more details.
PS C:\Users\ksj\FoodDeliveryApp>
구글에 찾아보고 몇시간째 삽질 중입니다 ㅠ.ㅠ
최신 naver map 에 gradle 버전이나 추가해야하는 곳이 더 있을까요?
"name": "react-native",
"version": "0.71.6",
답변 1
2
https://github.com/ZeroCho/food-delivery-app/blob/master/ch6/android/build.gradle#L35-L37
이 부분 추가하셨나요?
0
maven {
url 'https://naver.jfrog.io/artifactory/maven/'
}부분을 추가 했는데 제가 실수를 했네요 ㅠ
다시 확인해 보니 build.gradle 에서
allprojects 부분이 아닌 buildscript 안에 repositories 에 추가를 했네요 ㅠ
감사합니다~
앱실행시 네이버맵 [401] 에러
0
989
2
스타일링 라이브러리
0
147
2
expo, cli 선택 중에 고민이 있습니다.
0
167
2
JDK 버전이 달라도 괜찮나요?
0
223
2
dimenstion usewindowdeminstion
0
121
3
[맥 전용]환경 설정하기 1편 & [맥 전용]환경 설정하기 2편의 영상이 안나옵니다.
0
210
1
jdk11 버전과 gradle 버전의 호환성 관련 질문드립니다.
0
399
2
강의 외 질문입니다!
0
157
2
react native랑 맞는 ui 라이브러리 어떤게 좋을까요?
0
1499
2
react native와 spring boot 연결
0
356
1
java가 아닌 .kt에서 code push 에러가 발생합니다.
0
214
2
flipper 239 에러가 발생합니다.
0
165
2
package.json에 /lib/panino.js 문제입니다.
0
470
2
window - mac 협업 과정 질문합니다
0
215
1
ios 빌드 중 RCTBridgeDelegate.h import 오류
0
289
2
ios 앱 빌드 중 hermesEnabled 관련 오류발생
0
239
2
Socket 연결시 질문 드립니다.!
0
152
2
wifi 환경에서 axios 통신이 로컬서버에서 안됩니다.
0
426
2
iOS render error 질문드립니다.
0
410
2
iOS 가상머신 오류
0
165
2
npc react init 명령어 실행시 발생되는 오류
0
220
1
nom start 시 오류
0
116
1
NextJS 기반으로 만들어서 웹뷰 React Native로 배포 가능한가요?
0
1001
2
안드로이드 rn75 버전에 맞게 설정 중에 android13 다운로드에 대해서 막혔습니다!
0
184
2





