-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Fails to load from asset folder or subfolders #15
Comments
When do you have the issue ? When using the app or the library. If it is with the library, can you show me an example of how you tried ? |
just few minutes ago, while using library... |
I can't help you if you don't provide more informations. |
i think it chould be file:///android_asset, because you're replacing the input string... |
Thanks for your report, I will investigate. In the meantime you can also load an APNG from an input stream that you can get with the asset manager. |
that is not returning callback... :) |
Kindly, check it early so that i can get rid of creating extra cache files to display |
Bug fixed on master, I will release a new version soon ! |
Could you provide me or notify the way animation could be start or stop ?
…On Fri, Jul 14, 2023, 12:53 PM oupson ***@***.***> wrote:
Bug fixed on master, I will release a new version soon !
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMVY75RANO7MJZAWPLIWIFDXQD3JHANCNFSM6AAAAAA2J37T6I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, have you uploaded the library to mavenCentral() as by changing library version I couldn't getting pkg access |
Seems like jitpack failed to build-it, I will look at it when I will have some time free |
Fixed in master, I will release a new version soon. In the mean time, the following should work : implementation 'com.github.oupson:Kapng-Android:master-SNAPSHOT' |
file opening from assets fails... I think you have used wrong check file://android_asset...
The text was updated successfully, but these errors were encountered: