stefanoa Active Member Licensed User Longtime User Jan 2, 2012 #1 Where do I put the DB to test the app in emulator? thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 3, 2012 #2 The emulator cannot access windows file system. You should include the db in the Files tab and then copy it to File.DirRootExternal when the program starts. You can use DBUtils.CopyDBFromAssetsFolder to do it. Upvote 0
The emulator cannot access windows file system. You should include the db in the Files tab and then copy it to File.DirRootExternal when the program starts. You can use DBUtils.CopyDBFromAssetsFolder to do it.