Gradle error after update: com.android.tools:sdk-common
问题 I updated Android Studio to the last version (3.1 Canary 8) and mandatorily the com.android.tools.build:gradle to version 3.1.0-alpha08, but syncing the project I get this error: Could not find sdk-common.jar (com.android.tools:sdk-common:26.1.0-alpha08). Searched in the following locations: https://maven.google.com/com/android/tools/sdk-common/26.1.0-alpha08/sdk-common-26.1.0-alpha08.jar I searched around but not solution found, can someone help me solve this issue? buildscript {