Stephen wrote:
> Hi there, I written have a fairly simple andoid app but it has one
> major bug that's killing me! The app has a screen which saves
> configuration options to two text files (I know there are built in
> configuration classes but these don't have the scope that I require)
> which reside in my project's assets folder. I can access these by
> typing something like:
>
> openFileInput("option02.txt");
>
> This works fine in my emulator, the files appear under data/data/
> <appname>/files and it all works great. However if I install the app
> on my g1, these files never get inserted into that folder and my app
> crashes as it can't find the files.
What does the stack trace tell you?
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android Development Wiki: http://wiki.andmob.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---