-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
can't open file in assets folder #13
Comments
Can you try asset://...jpg? See http://frescolib.org/docs/supported-uris.html |
Thank you, IanChilds. Resolved.
|
No problem. Hope you find Fresco useful! |
I can't load from: |
@quynhbk you are using UIL scheme. Fresco one doesn't have s (use Fresco should support Picasso: square/picasso#332 |
+1 to file:///android_asset/ |
val inputStream : InputStream = context.assets.open("image/myimg.png") |
I tried SimpleDraweeView.setImageURI and set a file:///android_asset resource.
The text was updated successfully, but these errors were encountered: