gradlew 설정
2020. 12. 23. 17:01[환경] :
android studi 4.1.1
dependencies { classpath "com.android.tools.build:gradle:4.1.0" }
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
에뮬레이터 실행시 아래 에러 발생
------------------------------------------------
> task :app:merge debugresources failed
[fatal error] aapt2-4.1.1-6503028.pom:2:1:
프롤로그에서는 콘텐츠가 허용되지 않습니다
------------------------------------------------
com.android.tools.build:gradle:4.1.1"로 update되었다고 studio 알림..
C:\Users\사용자아이디\.gradle\caches 폴더에 파일 충돌이 발생하는 것으로
caches 파일을 지우고 프로젝트 소스에 com.android.tools.build:gradle:4.1.1 로 세팅후 Sync 맞춤
출처: https://doitforyou.tistory.com/102 [Do It For You]
출처: https://doitforyou.tistory.com/102 [Do It For You]
출처: https://doitforyou.tistory.com/102 [Do It For You]
출처: https://doitforyou.tistory.com/102 [Do It For You]
'Build' 카테고리의 다른 글
[NPM] npm 명령어 및 yarn 명령어 (0) | 2021.05.02 |
---|