All packages are not available for download!  The following packages are not available:
  
- Package id build-tools;25.2.5
 
 - Package id build-tools;25.2.5
  导入新项目的时候出现问题,包想、不能下载 
 
 
 android {compileSdkVersion 24
    buildToolsVersion "25.0.2"
    defaultConfig {applicationId "com.czp.tagview"
        minSdkVersion 15
        targetSdkVersion 24
        versionCode 1
        versionName "1.0"
    }buildTypes {release {minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }}
} 把buildTollVersion ""改为你现在用的版本(所以项目的包括模版里面的gridle文件)