I have not been able to find any documentation on this subject. I have an ANE that is using a font to display icons in an activity launched through an ANE. The font(.ttf) is included in the assets(not res) folder in the android native project. How do I package the assets folder correctly in the ANE so that it can be accessed by the activity?
Note: files in the assets folder are not accessed via the R.* mechanism in native android code.
Any input on this would be great! Thanks!