On Wed, Jul 14, 2010 at 3:42 PM, kypriakos <[email protected]> wrote: > When the app reaches the createNewFile() method it quits
OK, then I have no idea what "quits" means in this context. I am going to guess you mean it had an unhandled exception. If so, use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the Java stack trace associated with the exception. > How would I go about creating/finding an SD card image for the > emulator? There's a field for that when you create your AVD in the AVD Manager. ----------- You are asking an awful lot of questions. In the grand scheme of things, that is what this list is for. But I suspect you will have better luck if you either spend more time with the Android documentation: http://developer.android.com or pick up a book: http://wiki.andmob.org/books Now, I wrote some of those books, but I really don't care what book you get, so long as you get more Android knowledge in bulk form, rather than asking a whole bunch of questions that take time for us to answer. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

