We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我在使用你的库的时候,将你的demo里面从assets( InputStream frameInputStream = HolderApplication.getInstance().getAssets().open(drawableResPath);)下面读取文件改为从磁盘( InputStream frameInputStream = new FileInputStream(drawableResPath);)读取以后就报错java.io.InterruptedIOException: thread interrupted。。。可有什么好的解决方法
The text was updated successfully, but these errors were encountered:
会不会是权限关系?
Sorry, something went wrong.
应该不是,我把它设为循环播放就不会出现。是每张图持续时间与代码里面持续时间有误差,特别是在一些低端点手机上,会出现频繁GC,导帧动画会放的比较慢,然后就会放不完就停止了动画,望修复修复
No branches or pull requests
你好,我在使用你的库的时候,将你的demo里面从assets( InputStream frameInputStream = HolderApplication.getInstance().getAssets().open(drawableResPath);)下面读取文件改为从磁盘( InputStream frameInputStream = new FileInputStream(drawableResPath);)读取以后就报错java.io.InterruptedIOException: thread interrupted。。。可有什么好的解决方法
The text was updated successfully, but these errors were encountered: