ActiveAndroid icon indicating copy to clipboard operation
ActiveAndroid copied to clipboard

get database in file assest

Open daothanhha opened this issue 8 years ago • 1 comments

I create one database out app, then i coppy to my file assets in my project. How to i coppy database in my file assets to database of application. Sr, My E is bad

daothanhha avatar Jun 30 '17 04:06 daothanhha

@daothanhha When you initialize activeandroid, this automatically copy the db file to the folder inside the app. example: data/data/your.app.package/databases/your_db_file

nguyenconghoan avatar May 31 '22 04:05 nguyenconghoan