I\'m using the code below and receiving the \"FileNotFound\" exception. Can anyone explain why this is? I\'m using the emulator to test, 2.3.3.
private void
Remember that you need to declare a permision to write to the external SD Card.
Just add this line to your manifest.xml under the <manifest> tag:
<manifest>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />