I have ARCHOS 80 G9 Tablet. How can I save file to SD Card? When I try to use
Environment.getExternalStorageDirectory()
files are stored on tablet’s memory. This device uses internal memory instead of SD Card. The same application is working properly on the emulator.
That method gets the primary external storage medium, which does not necessarily mean the SD Card. If you want the SD Card, you will have to manually specify the path