Replies: 2 comments 2 replies
-
Any update on this? The only option I was able to find was to read the raw asset using just its filename (with |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added a json file foo.json into Resources\Raw, while debugging on Android device: await FileSystem.Current.OpenAppPackageFileAsync("foo.json") reported file not found error. I checked the apk file, foo.json is already packaged into the assets folder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a control that is rendered based on the content of a file provided by a customer.
The file would be provided as a raw asset in the application.
How can a raw asset be accessed from a control programmatically?
Beta Was this translation helpful? Give feedback.
All reactions