로딩
요청 처리 중입니다...

Could not find com.android.tools.build:aapt2

 Could not find com.android.tools.build:aapt2

Error Could not find com.android.tools.build:aapt2:4.0.0-6051327. Searched in the following locations: - https://jcenter.bintray.com/com/android/tools/build/aapt2/4.0.0-6051327/aapt2-4.0.0-6051327.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.

Required by: project :library Solution In build.gradle, google() should be located upper jcenter(). I...