adolfAn / FBReader_AS

1、基于Android_Studio开发的FBReader2.5.10版本; 2、基于FBReader开发的小说阅读器网站:http://www.duoduoxiaoshuo.com/ ; 3、更多请关注国内最大FBReaderQQ开发群:321171877;
209 stars 77 forks source link

无法编译成功 #1

Open createBean opened 6 years ago

createBean commented 6 years ago

编译后报这个问题 af81edf5cda1fcbb102056c981fa8435

lurongshuang commented 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') }