#346·atlas

[使用]: 升级到最新版本 打release包,proguard 后的包library 中的类找不到

作者: wtttc创建于 2019年1月29日更新于 2020年2月12日

The original proguard rules were used as follows: - com.taobao.android:atlasplugin:2.3.3.rc41 - com.taobao.android:atlas_core:5.1.0.0@aar release. Everything ran normally. After upgrading to - com.taobao.android:atlasplugin:3.0.1-rc81 - com.taobao.android:atlas_core:5.1.0.8-RC1@aar, the debug run was normal, but the compilation of the release in proguard produced an error, and minifyEnabled false was also normal. The proguard-rules.pro file remained the same as before, only added in the app project, and no consumerProguardFiles was used. The error appeared as follows, the public SDK, the classes in maindex, and the atlas plugin project could not be found.