C CidTek Active Member Licensed User Longtime User Jan 13, 2011 #1 If I am going to use File.DirDefaultExternal where would I place the file when testing with the emulator?
If I am going to use File.DirDefaultExternal where would I place the file when testing with the emulator?
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2011 #2 The SD card is not mapped to any windows folder. You can use a tool like this one: http://www.b4x.com/forum/basic4android-getting-started-tutorials/7240-avd-sd-card-maker.html or you can use the assets folder instead and add the files in the Files tab. Upvote 0
The SD card is not mapped to any windows folder. You can use a tool like this one: http://www.b4x.com/forum/basic4android-getting-started-tutorials/7240-avd-sd-card-maker.html or you can use the assets folder instead and add the files in the Files tab.