Open createBean opened 6 years ago
更改下版本就ok
apply plugin: 'com.android.application'
android { compileSdkVersion 25 buildToolsVersion "25.0.1" useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "org.geometerplus.zlibrary.ui.android" minSdkVersion 18 targetSdkVersion 25
ndk {
// moduleName "DeflatingDecompressor-v3" abiFilters "armeabi", "armeabi-v7a", "x86", "mips" } // vectorDrawables.useSupportLibrary = true }
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
sourceSets {
main {
jni.srcDirs = []
}
}
}
}
dependencies { compile project(':ambilWarna') compile project(':code') compile project(':library') compile project(':superToasts') compile 'com.android.support:support-v4:25.0.1' compile files('libs/LingvoIntegration_2.5.2.12.jar') compile files('libs/httpmime-4.2.5.jar') compile files('libs/json-simple-1.1.1.jar') compile files('libs/nanohttpd-2.0.5.jar') compile files('libs/open-dictionary-api-1.2.1.jar') compile files('libs/pdfparse.jar') }
编译后报这个问题