> I can't find /data/data/my.package.here/files. I don't seem to have a > data folder.
Are you working on the emulator, or the device? If it's the device, you probably cannot browse to the location using DDMS due to security restrictions. However, you should be able to use adb pull to pull the file given the full path, IIRC. The emulator, though, should let you browse to your package (whatever the name is, shown above as my.package.here) and its contents. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

