You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
java.lang.NullPointerException: throw with null exception
at com.opensource.svgaplayer.s.run(SVGAParser.kt:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:929)
使用decodeFromURL远程SVG 开启混淆打正式包会崩溃
-keep class com.squareup.wire.** { ; }
-keep class com.opensource.svgaplayer.proto.* { *; }
加载本地就没有问题
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
java.lang.NullPointerException: throw with null exception
at com.opensource.svgaplayer.s.run(SVGAParser.kt:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:929)
使用decodeFromURL远程SVG 开启混淆打正式包会崩溃
-keep class com.squareup.wire.** { ; }
-keep class com.opensource.svgaplayer.proto.* { *; }
加载本地就没有问题
The text was updated successfully, but these errors were encountered: