Reputation: 25
I want to save an Excel file in my Android APK, so it can be used after the apk is installed on an Android mobile device.
I want to do it from Android Studio.
Should I put it in the "assets" folder or is this used for different kinds of files to save?
I want to use it for updating my default database.
Upvotes: 1
Views: 1265
Reputation: 11224
You should indead put that exel file in assets folder.
The place to go with.
Upvotes: 1