I am running Android in Eclipse. the following line (from Camera.demo)
outStream = new FileOutputStream(String.format("/sdcard/%d.jpg",
System.currentTimeMillis()));
fails and returns the following error:-
FileNotFound - permission denied.
Is there anything I can do to correct this? I have assumed that the sdcard directory is present in the emulator. Thanks Ron