[android-beginners] Re: Where are the emulator files?

2008-12-20 Thread Dmaxi
Android OS and user space applications and other data are stored in images and loaded by emulator. These images are located in Android SDK folder/tools/lib/images folder named system.img, userdata.img and ramdisk.img. You can browse the file system of Android (emulator or real HW device) in

[android-beginners] Re: Where are the emulator files?

2008-12-20 Thread Ralf
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