Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1)
问题 I'm using Android Studio to work with tomahawk-android project, so i cloned the project using git , directly into the Android Studio , where it fails to build, saying; Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1). Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar build.gradle: apply plugin: "com.android.application" android { implementationSdkVersion 23 buildToolsVersion '23.0.3'