Android Question database from bluestacks to the device?

Erel

B4X founder
Staff member
Licensed User
Longtime User
Access BlueStacks files: https://android.stackexchange.com/a/105504

You can then add the db file to the Files tab and copy it from File.DirAssets with DBUtils.CopyDBFromAssets.
Note that if you see two additional files with your database then they are also required. This is related to the 'wal' journal mode. DBUtils.CopyDBFromAssets will not copy them.
 
Upvote 0
Top