I am getting
open failed: EACCES (Permission denied)
EACCES (Permission denied)
on the line OutputStream myOutput = new FileOutputStream
OutputStream myOutput = new FileOutputStream
I had the same problem... The was in the wrong place. This is right:
was in the wrong place. This is right:
... ... ...
The uses-permission tag needs to be outside the application tag.
uses-permission
application