Click here to Skip to main content
Sign Up to vote bad
good
See more: JavaAndroid
in manifest:
<uses-permission android:name="android.permission.READ_INTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"/>
and executing this:
File f = new File("/hala");
f.createNewFile();
or
File f = new File("hala");
f.createNewFile();
 
i got:
java.io.IOException: open failed: EROFS (Read-only file system)
Why? Please help.
Posted 11 Feb '13 - 9:33
halabella1.3K


1 solution

Why didn't you follow the recommended approach (Using the Internal Storage[^])?
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 414
1 Arun Vasu 253
2 OriginalGriff 190
3 CPallini 163
4 Aarti Meswania 158
0 Sergey Alexandrovich Kryukov 10,169
1 OriginalGriff 7,749
2 CPallini 4,181
3 Rohan Leuva 3,482
4 Maciej Los 3,089


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 11 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid