Develop/React Native

[React Native / Android] unexpected element <queries> found in <manifest>

안다희 2020. 12. 17. 20:50
728x90

에러

unexpected element <queries> found in <manifest>

해결법

android/build.gradleAndroid Gradle plugin 버전을 3.4.2에서 3.4.3으로 바꿔준다.
classpath("com.android.tools.build:gradle:3.4.3")

참고 링크

출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]