Programming Tutorials

Comment on Tutorial - Reading and Writing a file to SD card sample program in Android By Ashley



Comment Added by : Abhijit

Comment Added at : 2013-05-28 11:24:24

Comment on Tutorial : Reading and Writing a file to SD card sample program in Android By Ashley
Hi All........
People those who are getting error like "Permission Denied" just follow this below text.............

1. First of all you need to provide the permission (android.permission.WRITE_EXTERNAL_STORAGE) at your androidmanifest.xml file.

2. If you are getting the same error then go to the AVD manager at eclipse IDE and

2(a). Select a particular AVD and click the edit button

2(b). And provide the SD Card size as per your necessity and run your program with the AVD..........

Hope it will work for you guys...........


View Tutorial