Error:Failed to resolve: com.android.support:support-annotations:26.0.2
Install Repository and sync project
类似这样的问题,其实是因为从25.4.0的时候,已经更换下载网站了
添加
maven { url “https://maven.google.com“}
maven { url “https://dl.google.com/dl/android/maven2/“}
即可
Error:Failed to resolve: com.android.support:support-annotations:26.0.2
Install Repository and sync project
类似这样的问题,其实是因为从25.4.0的时候,已经更换下载网站了
添加
maven { url “https://maven.google.com“}
maven { url “https://dl.google.com/dl/android/maven2/“}
即可