Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/202.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法解析符号BR-challenge.mobile.codetribe.databind.BR apply plugin: 'com.android.application' apply plugin: 'com.android.databinding' _Android - Fatal编程技术网

无法解析符号BR-challenge.mobile.codetribe.databind.BR apply plugin: 'com.android.application' apply plugin: 'com.android.databinding'

无法解析符号BR-challenge.mobile.codetribe.databind.BR apply plugin: 'com.android.application' apply plugin: 'com.android.databinding' ,android,Android,无法解析符号BR-challenge.mobile.codetribe.databind.BR apply plugin: 'com.android.application' apply plugin: 'com.android.databinding' android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "challenge.mo

无法解析符号BR-challenge.mobile.codetribe.databind.BR
apply plugin: 'com.android.application'
apply plugin: 'com.android.databinding'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.1"
    defaultConfig {
        applicationId "challenge.mobile.codetribe.databind"
        minSdkVersion 23
        targetSdkVersion 23
        versionCode 1
        versionName "1.0"
    }
    dataBinding {
        enabled = true
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.1.0'
    compile 'com.android.support:recyclerview-v7:23.1.0'
}