解决错误java.lang.UnsupportedOperationException

Posted 纯属浪费8818

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决错误java.lang.UnsupportedOperationException相关的知识,希望对你有一定的参考价值。

遇到错误

 Error:Execution failed for task ‘:app:transformClassesWithDexForDebug‘.

> com.Android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: Java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException 

导致编译失败,加入一行代码就可以了。

 

dexOptions {
    javaMaxHeapSize "4g"
}

 

 

 

dexOptions {
    javaMaxHeapSize "4g"
}
compileSdkVersion 23
buildToolsVersion "24.0.1"
defaultConfig {
    applicationId "com.bruce.a123education"
    minSdkVersion 15
    targetSdkVersion 23
    versionCode 1
    versionName "1.0"
    multiDexEnabled true
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile(‘proguard-android.txt‘), ‘proguard-rules.pro‘
    }
    debug {
        signingConfig signingConfigs.edu123
    }
}

以上是关于解决错误java.lang.UnsupportedOperationException的主要内容,如果未能解决你的问题,请参考以下文章

怎样解决FTP错误?

wget 403错误解决

HTTP Status 500错误怎么解决

NVIDIA OpenGL Driver错误 怎么解决

“错误1324”怎么解决?

Spring里这个错误怎么解决啊?