video组件在开启minifyEnabled true后为黑色色块,没有播放按钮,点击也无法播放。
异常截图(图1)
关闭minifyEnabled后的正常截图(图2、3)
开启R8混淆后,加载视频播放页的logcat
2026-07-22 16:53:18.460 20286-20286 DynamicFra...peedAware] com.fcw.app I onEventHandled: info: InputEventInfo: mX = 0, mY = 0, mAction = 0, mVsyncTime = 902966938, mIsMoving = true, mUpdated = true
2026-07-22 16:53:18.465 20286-20286 ViewExtract com.fcw.app D [OplusViewExtractManager] OplusViewExtractManager init com.fcw.app
2026-07-22 16:53:18.521 20286-20286 OplusInput...erInternal com.fcw.app D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@4ec0f26
2026-07-22 16:53:18.521 20286-20286 DynamicFra...peedAware] com.fcw.app I onEventHandled: info: InputEventInfo: mX = 0, mY = 0, mAction = 1, mVsyncTime = 902966999, mIsMoving = false, mUpdated = true
2026-07-22 16:53:18.522 20286-20286 OplusViewD...ViewHelper com.fcw.app D dispatchTouchView action = 1
2026-07-22 16:53:18.522 20286-20286 ViewRootImplExtImpl com.fcw.app D the up motion event handled by client, just return
2026-07-22 16:53:18.776 20286-20286 nativeloader com.fcw.app D Load /data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/lib/arm64/libijkffmpeg.so using class loader ns clns-9 (caller=/data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/base.apk!classes2.dex): ok
2026-07-22 16:53:18.778 20286-20286 nativeloader com.fcw.app D Load /data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/lib/arm64/libijksdl.so using class loader ns clns-9 (caller=/data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/base.apk!classes2.dex): ok
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.os.Build$VERSION' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.os.Build' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'java.nio.Buffer' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'java.nio.ByteBuffer' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'java.util.ArrayList' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app I API-Level: 36
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.media.AudioTrack' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.media.MediaCodec$BufferInfo' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.media.MediaCodec' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.media.MediaFormat' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.media.PlaybackParams' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'android.os.Bundle' loaded
2026-07-22 16:53:18.778 20286-20286 J4A com.fcw.app D J4ALoader: OK: 'tv.danmaku.ijk.media.player.misc.IMediaDataSource' loaded
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W java.lang.ClassNotFoundException: Didn't find class "tv.danmaku.ijk.media.player.misc.IAndroidIO" on path: DexPathList[[zip file "/data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/base.apk"],nativeLibraryDirectories=[/data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/lib/arm64, /data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.ClassLoader.loadClass(ClassLoader.java:637)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.Runtime.nativeLoad(Native Method)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.Runtime.loadLibrary0(Runtime.java:1088)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.Runtime.loadLibrary0(Runtime.java:1012)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.System.loadLibrary(System.java:1765)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at tv.danmaku.ijk.media.player.IjkMediaPlayer$1.loadLibrary(SourceFile:178)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at tv.danmaku.ijk.media.player.IjkMediaPlayer.loadLibrariesOnce(SourceFile:190)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.ijkplayer.media.IjkPlayerView._initMediaPlayer(SourceFile:367)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.ijkplayer.media.IjkPlayerView.init(SourceFile:517)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.ijkplayer.VideoPlayerView.<init>(SourceFile:57)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.DHVideoFrameItem.<init>(SourceFile:64)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.VideoPlayerMgr.createVideoPlayer(SourceFile:65)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.MediaFeatureImpl.VideoPlayer(SourceFile:44)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.reflect.Method.invoke(Native Method)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.DHInterface.StandardFeature.executeAction(SourceFile:4)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.DHInterface.StandardFeature.execute(SourceFile:1)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.h1.a(SourceFile:127)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.h1.b(SourceFile:7)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.h1.processEvent(SourceFile:174)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.k0.dispatchEvent(SourceFile:22)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.core.ui.l.processEvent(SourceFile:2)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.core.ui.h.exec(SourceFile:10)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.core.ui.h$a.execute(SourceFile:5)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.adapter.util.MessageHandler$1.handleMessage(SourceFile:3)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.os.Handler.dispatchMessage(Handler.java:116)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.os.Looper.loopOnce(Looper.java:306)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.os.Looper.loop(Looper.java:416)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.app.ActivityThread.main(ActivityThread.java:9999)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.reflect.Method.invoke(Native Method)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:613)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1074)
2026-07-22 16:53:18.779 20286-20286 J4A com.fcw.app E J4A_FindClass__catchAll: failed
2026-07-22 16:53:18.779 20286-20286 J4A com.fcw.app E J4A_FindClass__asGlobalRef__catchAll: failed: tv/danmaku/ijk/media/player/misc/IAndroidIO
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W java.lang.reflect.InvocationTargetException
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.reflect.Method.invoke(Native Method)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.DHInterface.StandardFeature.executeAction(SourceFile:4)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.DHInterface.StandardFeature.execute(SourceFile:1)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.h1.a(SourceFile:127)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.h1.b(SourceFile:7)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.h1.processEvent(SourceFile:174)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.p.k0.dispatchEvent(SourceFile:22)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.core.ui.l.processEvent(SourceFile:2)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.core.ui.h.exec(SourceFile:10)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.core.ui.h$a.execute(SourceFile:5)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.common.adapter.util.MessageHandler$1.handleMessage(SourceFile:3)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.os.Handler.dispatchMessage(Handler.java:116)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.os.Looper.loopOnce(Looper.java:306)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.os.Looper.loop(Looper.java:416)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at android.app.ActivityThread.main(ActivityThread.java:9999)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.reflect.Method.invoke(Native Method)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:613)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1074)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W Caused by: java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/~~e7Nl7rPEulCRikn8AkpvTQ==/com.fcw.app-CEZA7DoqTeujbD-anjW05g==/lib/arm64/libijksdl.so"
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.Runtime.loadLibrary0(Runtime.java:1090)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.Runtime.loadLibrary0(Runtime.java:1012)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at java.lang.System.loadLibrary(System.java:1765)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at tv.danmaku.ijk.media.player.IjkMediaPlayer$1.loadLibrary(SourceFile:178)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at tv.danmaku.ijk.media.player.IjkMediaPlayer.loadLibrariesOnce(SourceFile:190)
2026-07-22 16:53:18.779 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.ijkplayer.media.IjkPlayerView._initMediaPlayer(SourceFile:367)
2026-07-22 16:53:18.780 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.ijkplayer.media.IjkPlayerView.init(SourceFile:517)
2026-07-22 16:53:18.780 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.ijkplayer.VideoPlayerView.<init>(SourceFile:57)
2026-07-22 16:53:18.780 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.DHVideoFrameItem.<init>(SourceFile:64)
2026-07-22 16:53:18.780 20286-20286 System.err com.fcw.app W at io.dcloud.media.video.VideoPlayerMgr.createVideoPlayer(SourceFile:65)
2026-07-22 16:53:18.780 20286-20286 System.err com.fcw.app W at io.dcloud.media.MediaFeatureImpl.VideoPlayer(SourceFile:44)
2026-07-22 16:53:18.780 20286-20286 System.err com.fcw.app W ... 18 more
2026-07-22 16:53:18.803 20286-20286 UIWidgetMgr com.fcw.app E new -- JSNWindow=_www/__uniappview.html
2026-07-22 16:53:19.062 20286-3007 DpmTcmClient com.fcw.app W read failed bytes countRead: -1
2026-07-22 16:53:24.146 20286-3196 Settings com.fcw.app W Setting auto_time has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
2026-07-22 16:53:24.158 20286-3196 Settings com.fcw.app W Setting adb_enabled has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
2026-07-22 16:53:24.170 20286-3196 AndroidKeyStoreProvider com.fcw.app W not found: 259dc97d3bd7b715f591147173c23787, Key not found (internal Keystore code: 7 message: system/security/keystore2/src/service.rs:157: while trying to load key info.
Caused by:
0: Legacy database is empty.
1: Error::Rc(r#KEY_NOT_FOUND))
2026-07-22 16:53:24.184 20286-3196 AndroidKeyStoreProvider com.fcw.app W not found: 259dc97d3bd7b715f591147173c23787, Key not found (internal Keystore code: 7 message: system/security/keystore2/src/service.rs:157: while trying to load key info.
Caused by:
0: Legacy database is empty.
1: Error::Rc(r#KEY_NOT_FOUND))
2026-07-22 16:53:24.191 20286-3178 AndroidKeyStoreProvider com.fcw.app W not found: 259dc97d3bd7b715f591147173c23787, Key not found (internal Keystore code: 7 message: system/security/keystore2/src/service.rs:157: while trying to load key info.
Caused by:
0: Legacy database is empty.
1: Error::Rc(r#KEY_NOT_FOUND))
2026-07-22 16:53:24.227 20286-3178 AndroidKeyStoreProvider com.fcw.app W not found: 259dc97d3bd7b715f591147173c23787, Key not found (internal Keystore code: 7 message: system/security/keystore2/src/service.rs:157: while trying to load key info.
Caused by:
0: Legacy database is empty.
1: Error::Rc(r#KEY_NOT_FOUND))
2026-07-22 16:53:27.398 20286-2688 com.fcw.app com.fcw.app I HeapTask is not gc_task
2026-07-22 16:53:27.659 20286-20286 DynamicFra...peedAware] com.fcw.app I onEventHandled: info: InputEventInfo: mX = 0, mY = 0, mAction = 0, mVsyncTime = 902976137, mIsMoving = true, mUpdated = true
2026-07-22 16:53:27.724 20286-20286 DynamicFra...peedAware] com.fcw.app I onEventHandled: info: InputEventInfo: mX = 0, mY = 0, mAction = 1, mVsyncTime = 902976202, mIsMoving = false, mUpdated = true
2026-07-22 16:53:27.725 20286-20286 OplusViewD...ViewHelper com.fcw.app D dispatchTouchView action = 1
2026-07-22 16:53:27.726 20286-20286 ViewRootImplExtImpl com.fcw.app D the up motion event handled by client, just return
2026-07-22 16:53:28.432 3031-3057 app:pushservice com.fcw.app I HeapTask is not gc_task
2026-07-22 16:53:28.495 3031-3063 System com.fcw.app W A resource failed to call close.