android - Adding file to .apk - Stack Overflow
You can save it in /res/raw
folder
If you save your file as yourfile.txt
InputStream inputStream = this.getResources().openRawResource(R.raw.yourfile);
Read full article from android - Adding file to .apk - Stack Overflow
No comments:
Post a Comment