Emulator and File I/O

rfresh

Well-Known Member
Licensed User
Longtime User
When using the Emulator, I'm getting errors when it hits code that wants to read and write file data. The error is that the Emulator cannot find my file on the sdcard (it's there on my phone) but not on my PC as far as I know.

Do I have to set up something for the Emulator to work with my data file?

Thanks...
 

rfresh

Well-Known Member
Licensed User
Longtime User
Solution

When creating an emulator, there is a section on SD Card that you can define it's size. Once I did that I could do file IO operations.
 
Upvote 0
Top