1
votes

I want to ask, what is recommended way to read from file, AAsset_read or standart fopen ? What are pros and cons of both ?

1

1 Answers

2
votes

Android app assets are not stored as standalone files. They're stored in APK, which is a ZIP archive. You cannot fopen() them.