sudheer wrote: > I just migrated to the latest beta version of android and is having a > problem. I could create a tmp folder in the android file system in the > m5 version and was using that folder. In the latest version of Android > SDK, I am not able to create a tmp folder in android file system. > Could you please throw some light on how to create a folder in the new > android file system. it always complain that its a read-only file > system. how can I ever get write access??
Your best bet is to use application-local data storage (e.g., openFileInput()/openFileOutput() methods from your Activity). -- Mark Murphy (a Commons Guy) http://commonsware.com Warescription: All titles, revisions, & ebook formats, just $35/year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

