alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.12k stars 1.47k forks source link

[use]:ClassNotFoundException #329

Closed Smart-shine closed 5 years ago

Smart-shine commented 5 years ago

Caused by: java.lang.ClassNotFoundException: Didn't find class "android.taobao.atlas.bundleInfo.AtlasBundleInfoGenerator" on path: DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/data/app/com.umetrip.android.xxxx.app-1/base.apk"],nativeLibraryDirectories=[/data/app/com.umetrip.android.xxxx.app-1/lib/arm, /system/fake-libs, /data/app/com.xxxx.android.xxxx.app-1/base.apk!/lib/armeabi, /system/lib, /vendor/lib]]

Smart-shine commented 5 years ago

Caused by: java.lang.ClassNotFoundException: Didn't find class "android.taobao.atlas.bundleInfo.AtlasBundleInfoGenerator" on path: DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/data/app/com.umetrip.android.xxxx.app-1/base.apk"],nativeLibraryDirectories=[/data/app/com.umetrip.android.xxxx.app-1/lib/arm, /system/fake-libs, /data/app/com.xxxx.android.xxxx.app-1/base.apk!/lib/armeabi, /system/lib, /vendor/lib]]

hwjump commented 5 years ago

升级atlas-core版本和atlas-plugin版本到最新正式版。这个一般是atlas-core和atlas-plugin版本不匹配导致