Results 12 comments of TokenYc

在android studio的build里可以看到构建时的输出。如`/Users/yc/Documents/AndroidStudioProjects/AutoRegisterDemo/app/build/intermediates/transforms/auto-register/debug/33.jar` 找到这个文件后用jd-gui打开,就可以看到源码了。 @hxiaxuetian

同样遇到了这个问题,请问最后又解决吗? @piitw

我在使用AndroidX的时候,也碰到了这个问题。希望vlayout能尽快兼容下AndroidX。

@xicong 在proguard-rules.pro中添加 ``` -keep class com.google.android.material.** {*;} -keep class androidx.** {*;} -keep public class * extends androidx.** -keep interface androidx.** {*;} -dontwarn com.google.android.material.** -dontnote com.google.android.material.** -dontwarn androidx.** ``` 可以解决

应该是因为RefreshState.TwoLevel这个状态是在动画结束后设置的,所以在动画未结束前调用finish,状态是Released,会出现无法关闭的情况。

@maplejaw 目前暂时改用ijkplayer了。你可以试下我的demo,看能不能达到你要的流畅度。https://github.com/TokenYc/DouyinVideoList

Can you provide video or gif? I don't find this problem. @yuyuan20