Android Studio 3.2 - Could not find com.android.tools.build:aapt2:3.2.0-4818971

前端 未结 6 532
一向
一向 2020-12-05 12:50

I was following a tutorial to develop icon pack for android and when I imported the project I got several errors and it was solved here - Gradle Version 4.6 - Absolute path

6条回答
  •  独厮守ぢ
    2020-12-05 13:15

    see the dependencies of module :licensing and use com.android.tools.build:aapt2:3.2.0 (or even "com.android.tools.build:aapt2:3.2.0:windows") there, which is the final version ...that 4818971 version should ordinary come with an alpha prefix/suffix (the version number seems to be incorrect). maybe adding repository google() might be required, too. ordinary, that dependency should be present; removing that dependency might be another possible option.

提交回复
热议问题