任务执行失败任务执行失败

时间:2016-04-21 08:26:23

标签: android runtime-error android-gradle

这里是mybuild.gradle文件,我为我的项目添加了jexcel.jar,之后显示错误

申请插件:' com.android.application'

CamelTestSupport

}

我的错误列表如下所示

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
    applicationId "com.example.web03.bulkmessenger"
    minSdkVersion 15
    targetSdkVersion 23
    versionCode 1
    versionName "1.0"
    multiDexEnabled 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.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:multidex:1.0.0'
compile 'net.sourceforge.jexcelapi:jxl:2.6.3'

0 个答案:

没有答案