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. I'm working on this with another
guy over svn - when he downloaded the code the files didn't transfer
into his emulator either even though they appear in his assets folder!
It's maddening..
Any ideas or suggestions much appreciated
Thanks
Stephen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---