flutter_bugly icon indicating copy to clipboard operation
flutter_bugly copied to clipboard

Caused by: java.lang.ClassNotFoundException:

Open qiuguian opened this issue 5 years ago • 4 comments

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]]

qiuguian avatar Dec 23 '19 12:12 qiuguian

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

crazecoder avatar Dec 24 '19 02:12 crazecoder

@crazecoder 真机联调不可以吗?

qiuguian avatar Dec 24 '19 02:12 qiuguian

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

laorencel avatar Sep 22 '20 01:09 laorencel

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

ThreeZ3 avatar Sep 06 '21 09:09 ThreeZ3