[Fixed] : “Could not find com.android.tools.build:aapt2” Error
You import a project in the new version of Android Studio and get the following error (while running or building) Could not find com.android.tools.build:aapt2:3.3.0-5013011. Searched in the following locations: … Required by: project :app The problem is the missing dependency. Beginning with Android Studio 3.2 Canary 11, the source for AAPT2 (Android Asset Packaging Tool…
