当前位置: 代码迷 >> 综合 >> All packages are not available for download! The following packages are not available:
  详细解决方案

All packages are not available for download! The following packages are not available:

热度:100   发布时间:2023-10-19 08:18:42.0
All packages are not available for download!  The following packages are not available:
- 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文件)

  相关解决方案