gpt4 book ai didi

android - pdfbox android studio 中的 NoClassDefFoundError

转载 作者:行者123 更新时间:2023-11-30 00:40:26 25 4
gpt4 key购买 nike

我想在我的 android 应用程序中使用 pdfbox。但我遇到了这个错误:

FATAL EXCEPTION: main Process: com.android.app.spritzing, PID: 12534 java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/color/ColorSpace;*

我的 gradle.build 文件是这样的:

> apply plugin: 'com.android.application'  android {
>
> compileSdkVersion 24
> buildToolsVersion "24.0.0"
> defaultConfig {
> applicationId "com.android.app.spritzing"
> minSdkVersion 15
> targetSdkVersion 24
> versionCode 1
> versionName "1.0"
> }
> buildTypes {
> release {
> minifyEnabled false
> proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
> }
> }
> packagingOptions {
> exclude 'META-INF/DEPENDENCIES'
> exclude 'META-INF/NOTICE'
> exclude 'META-INF/LICENSE'
> exclude 'META-INF/LICENSE.txt'
> exclude 'META-INF/NOTICE.txt'
> exclude 'META-INF/maven/edu.ucar/udunits/pom.xml'
> exclude 'META-INF/maven/edu.ucar/udunits/pom.properties'
> exclude 'META-INF/maven/edu.ucar/netcdf4/pom.xml'
> exclude 'META-INF/maven/edu.ucar/netcdf4/pom.properties'
> exclude 'META-INF/maven/edu.ucar/cdm/pom.xml'
> exclude 'META-INF/maven/edu.ucar/cdm/pom.properties'
> exclude 'META-INF/maven/edu.ucar/grib/pom.xml'
> exclude 'META-INF/maven/edu.ucar/grib/pom.properties'
> exclude 'META-INF/maven/org.apache.xmlbeans/xmlbeans/pom.xml'
> exclude 'META-INF/maven/org.apache.xmlbeans/xmlbeans/pom.properties'
> exclude 'META-INF/maven/edu.ucar/httpservices/pom.xml'
> exclude 'META-INF/maven/edu.ucar/httpservices/pom.properties'
> } }
>
> dependencies {
> compile fileTree(dir: 'libs', include: ['*.jar'])
> testCompile 'junit:junit:4.12'
> compile 'com.android.support:appcompat-v7:24.2.1'
> compile 'org.apache.pdfbox:pdfbox:2.0.4' }

最佳答案

您的库 pdfbox 使用了在 Java SDK 中定义的类 java.awt.color.ColorSpace,而该类不包含在 Android SDK 中

关于android - pdfbox android studio 中的 NoClassDefFoundError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42654065/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com