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
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.