Qihoo360 / RePlugin

RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework
Apache License 2.0
7.26k stars 1.53k forks source link

dataBinding 编译失败 #1049

Open zhengjirui opened 1 year ago

zhengjirui commented 1 year ago

问题详细描述

dataBinding 编译失败 Unable to load class 'javax.xml.bind.JAXBException'.

This is an unexpected error. Please file a bug containing the idea.log file.

复现问题步骤 Steps to reproduce the problem

plugin-demo2升级一下版本直接复现 compileSdkVersion 31 buildToolsVersion '31.0.0'

defaultConfig {
    versionName "1.1"
    versionCode 104
    targetSdkVersion 31
    applicationId "com.qihoo360.replugin.sample.demo2"
    minSdkVersion 15
    multiDexEnabled false
}

其它重要信息 Other important information

replugin-host-lib/gradle Version:3.0.0 rePlugin-plugin-lib/gradle Version:3.0.0

Android API Version: Android 手机型号&ROM(Phone model & ROM):

Logcat上下文 Logcat context