코딩볶음
[Error] Unity unexpected element <queries> found in <manifest> 본문
Gradle 버전 관련 에러
매니페스트의 <queries> 를 찾을 수 없을때 (인식 못할때)
해결 방법
gradle 버전 변경
classpath 'com.android.tools.build:gradle:3.4.0
->
classpath 'com.android.tools.build:gradle:3.4.3'
'유니티' 카테고리의 다른 글
[Error] Unity CocoaPods could not find compatible versions for pod "GoogleAppMeasurement" (0) | 2022.01.19 |
---|---|
[Error] Unity No GoogleService-info.plist files found in your project (0) | 2022.01.18 |
[Error] Unity WARNING: The option setting 'android.enableR8=false' is deprecated (2) | 2022.01.14 |
02. 유니티 오브젝트 충돌 처리 [Collision, Trigger] (0) | 2022.01.09 |
01. 유니티 설치 (0) | 2022.01.02 |