安装构建工具23.0.2并在android studio

时间:2016-02-27 13:14:50

标签: android android-studio android-gradle build.gradle

我正在android studio中构建一个项目,尽管我做了所有的工作,但我无法解决错误信息:

  

安装构建工具23.0.2并同步项目。

这是我的gradle文件:

    apply plugin: 'com.android.application'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.2"

    defaultConfig {
        applicationId "com.noxel.apppaneladmintry2"
        minSdkVersion 15
        targetSdkVersion 23
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'no.nordicsemi.android.beacon.common:nrf-beacon-lib-v2.0@aar'
    compile 'com.android.support:appcompat-v7:23.0.0'
    compile 'com.android.support:design:23.0.0'
    compile 'no.nordicsemi.android.support.v18:scanner:0.1.1'
    compile project(':dfu')}

我真的不知道如何解决这个问题。

2 个答案:

答案 0 :(得分:3)

SDK MANAGER

从Android工作室打开sdk管理器,检查是否未安装构建工具23.0.2,如果没有安装它并同步gradle。

答案 1 :(得分:1)

您必须在文件夹中复制文件(23.0.2),例如此地址: C:\ dev的\ SDK \ Android的SDK \积聚工具