오류 : npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead

해결방법 : 

PowerShell 관리자 권한으로 실행 후 한줄씩 입력

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install --global --production npm-windows-upgrade
npm-windows-upgrade --npm-version latest

오류 해결 후 :

 

참고자료 : https://stackoverflow.com/questions/72401421/message-npm-warn-config-global-global-local-are-deprecated-use-loc

1. Error : 'Use detexted ADB location'

 

1.1 해결

Emulator -> ... - settings -> Use detected ADB location uncheck

'Android Studio' 카테고리의 다른 글

[Android Studio] Import Unity 오류  (0) 2021.12.01

1. 오류 : The option 'android.enableR8' is deprecated

1.1 gradle.properties 파일에서 android.endaleR8 = true로 변경

 

2. 오류 : Upgrading project

2.1 : Upgrading project from AGP 4.0.1 to 7.0.3 -> Run selected steps

'Android Studio' 카테고리의 다른 글

[Android Studio] Emulator 'Use detexted ADB location' 오류  (0) 2021.12.01

Unity 에디터 : 2020.3.22f1_LTS

 

오류 내용 : 

ARMv7 is not compatible with the ARCore version included when using the "Include ARCore Library" option in the VuforiaConfiguration. To use an older version of ARCore which supports ARMv7, please include ARCore manually in your project instead.

Error building Player: ARMv7 is not compatible with the ARCore version included when using the "Include ARCore Library" option in the VuforiaConfiguration. To use an older version of ARCore which supports ARMv7, please include ARCore manually in your project instead....

 

오류 해결 : 

Vuforia Engine 10.3 -> 9.8 변경

다운로드 링크 : https://developer.vuforia.com/downloads/sdk?field_sdk_release_version_tid=57

 

'Unity' 카테고리의 다른 글

[Unity] 초기 설정 오류  (0) 2021.11.18

1. Unity Package Manager Error

Could not find Unity Package Manager local sever application at..

 

1. 해결방법

해당 유니티를 다운로드 한 파일과 프로젝트 파일이 같은 폴더에 있지 않아서 나타나는 오류다.

유니티를 다운받은 폴더에 프로젝트 파일을 만들면 해결된다.

(나는 이것도 모르고 유니티 따로 다운로드도 해보고 다운그레이드도 해봄)

 


2. JDK, SDK, NDK 오류

위에 처럼 다운로드를 따로 받아서 unity hub에 추가해서 개별적으로 ADK, JDK, NDK 설정했으나

예민한 unity가 버전이 맞지 않으면 바로 오류를 냈다_특히 NDK 예민

무슨 오류란 오류는 다 나왔다.

 

Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details

WARNING: The option setting 'android.enableR8=false' is deprecated.

Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01

It will be removed in version 5.0 of the Android Gradle plugin.

 

진짜 구글링을 몇시간하고 다 시도해봤지만 실패

 

그래서 결국 다 삭제하고

Unity Hub 내에서 Unity 설치하고 모듈(Android build support)을 추가했더니 문제없었다.

 

밑에 처럼 떠야지 오류가 뜨지 않는다(해당 JDK, SDK, NDK가 맞지 않으면 노랑 세모의 느낌표가 뜬다)

 

그리고 밑에 사진처럼 Unity Hub에서 모듈을 추가하고 싶으면

따로 다운로드해서 Unity Hub에 추가하면 안 되고

Unity Hub 내에서 설치를 해야지 모듈을 추가할 수 있다!!!

 

 

그리고 참고로 Unity Hub 3.0.0 beta 추천

Unity Hub 3.0.0 beta 버전이 다운로드가 보기가 쉽다. 심지어 다운로드 오류 나면 그것만 다운로드 가능

2.6? 버전은 중간에 다운로드에서 문제 생기면 제거하고 설치해야 해서 불편했다.

 

아직 beta 긴 해도 다운로드에 편하다.

 


 

3. AR 설정 오류

BuildFailedException: ARCore Required apps require a minimum SDK version of 24. Currently set to AndroidApiLevel2

 

3. 해결방법

Project Setting -> player -> Minimum API Level 단계를 해당 핸드폰 기종에 맞춰준다

 


 

4. AR 설정 오류

You have enabled the Vulkan graphics API, which is not supported by ARCore.

 

4. 해결방법

Project Setting -> player -> Other Settings

Auto Graphics API 해체 후 openGLES3만 설정

 


5. USB 인식 오류

5. 해결방법

안드로이드 핸드폰에서 설정 들어가서

휴대전화 정보-> 소프트웨어정보 -> 빌드번호 7번 클릭하면

휴대전화 정보 밑에 개발자 옵션 -> USB 디버깅 설정 키기

+

USB 드라이버 설치


+추가 오류 올릴 예정

'Unity' 카테고리의 다른 글

[Unity] Vuforia 인식 오류  (0) 2021.11.24

+ Recent posts