I followed your tutorial on how to write a file and it works on my emulator. But when i install my app on my device (Samsung Galaxy Tab), and run it i can't find my file! I really can't figure out what's wrong.
I added this line to my manifest:
- Code: Select all
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
It still doesn't work. I also added the MODE_WORLD_READABLE. still nothing.
Having my minSdkVersion at 2 solves the problem, and the files is at my internal storage. But i need my minSdkVersion to at least 4 to get application running in full screen! But then i can't see/find my file - If it gets created? My guess is that the file doesn't even get created. It's killing me, i really need to get this working!

Hopefully, someone can help me?



