Initialization of the latest version of weex failed

gradle uses the Android platform to use the latest weex version 0.18.7 gradle:
compile "com.taobao.android:weex_sdk:0.18.7-beta-1@aar"

an error was reported when initializing weex, which feels like an error in the framework layer. There is no such error in 0.18.0. The general meaning of the error is as follows:

java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_b0d6a23/Offline.

For more information on

error report, please see attachment

.
Mar.12,2021

encountered the same problem, the same solution


this package has this problem, production and development should use 0.18.0. To try new features, you can make your own aar package reference, pay attention to debug package, release package will also have the above problems


me too. Did the landlord find the reason?

Menu