在我构建项目时将项目迁移到 Androidx 后,它给了我这个错误
方法太大:com/tndgl/ogzjx284034/MraidView。()V 是什么意思??我该如何解决?
依赖关系
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation files('libs/com-tndgl-ogzjx284034.jar')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.2.0'
implementation 'com.google.code.gson:gson:2.2.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.gms:play-services:10.2.4'
testImplementation 'junit:junit:4.12'
implementation'com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1'
implementation 'it.neokree:MaterialTabs:0.11'
implementation 'com.memetix:microsoft-translator-java-api:0.6.2'
implementation 'com.koushikdutta.ion:ion:2.0.7'
implementation 'cn.carbs.android:AutoZoomInImageView:1.0.1'