To debug, use the android.util.Log facility from the android API. It's output will be available in the "logcat" view in DDMS (Eclipse > Windows > Perspective > DDMS). You can also use the Eclipse debugger to trace your program.
As for where things are located, the emulator emulates a full machine with its own memory. Use "adb shell" from a command line to connect to the emulator if you want. DDMS also has a file explorer tab that lets you see the files on the emulated device. R/ On Wed, Dec 10, 2008 at 10:47 AM, Keith Wiley <[email protected]> wrote: > > Simple question, I've searched the web, I've searched the groups, and > I simply can't figure this one out. > > Where are the emulator files located? In particular, when an app is > installed on the emulator, say by running it from Eclipse, or > alternatively, when an app running on the emulator creates a data file > (in its private Android file system space for example), where do these > files go? Where can I see them on my computer so I can debug the file > output and make sure it's correct? > > Thanks. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

