crazecoder / flutter_bugly

腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS
Other
595 stars 163 forks source link

Caused by: java.lang.ClassNotFoundException: #71

Open qiuguian opened 4 years ago

qiuguian commented 4 years ago

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.tencent.tinker.lib.util.TinkerLog$TinkerLogImp" on path: DexPathList[[zip file "/data/app/com.video.video_client_001-qvc8slSmj9sOS1VQaRHXqA==/base.apk"],nativeLibraryDirectories=[/data/app/com.video.video_client_001-qvc8slSmj9sOS1VQaRHXqA==/lib/arm64, /data/app/com.video.video_client_001-qvc8slSmj9sOS1VQaRHXqA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]]

crazecoder commented 4 years ago

flutter build apk --release --target-platform android-arm64

qiuguian commented 4 years ago

@crazecoder 真机联调不可以吗?

laorencel commented 3 years ago

我也有这个问题,我打cpu(同时包含armeabi-v7a、arm64-v8a)的版本也不行;

ThreeZ3 commented 3 years ago

implementation 'com.tencent.tinker:tinker-android-lib:1.9.9'