Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Assets should not be under res, but on the same level of hieararchy. Commented Oct 19, 2019 at 20:06
  • 1
    That was it! I spent too long on this and I was just putting it in the wrong directory. I created a folder called "assets" next to the "res" folder and put the items inside there. Simply calling AAssetManager_open(pMan, "test.png", AASSET_MODE_BUFFER) worked with no problems. Thanks very much. Why not post it as an answer? Commented Oct 19, 2019 at 20:26