In the Android Market, I saw that users of my app had serious
problems:
http://www.cyrket.com/package/de.jars.android.quicksearch

After updating to a new version from the Market, the app became
unusable. This line is causing the trouble:
FileOutputStream fileOut = context.openFileOutput("searches",
Context.MODE_PRIVATE);

Exception stack:
java.io.FileNotFoundException: /data/data/de.jars.android.quicksearch/
files/searches
 at org.apache.harmony.luni.platform.OSFileSystem.open
(OSFileSystem.java:227)
 at java.io.FileOutputStream.<init>(FileOutputStream.java:97)
 at android.app.ApplicationContext.openFileOutput
(ApplicationContext.java:364)
 at android.content.ContextWrapper.openFileOutput(ContextWrapper.java:
146)

I do not see a reason for a FileNotFoundException here - is it a
Android bug?

"/data/data" seems strange, too (should it not be just "/data"?).

Quick help would be nice; the less frustrated users, the better... ;)

Thanks a lot!
Markus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to