emada.adame wrote: > Hi Mark thanks for the reply, and yes i WRITE_EXTERNAL_STORAGE set > like so: > > <uses-permission > android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses- > permission> > > and i load the app onto my phone then disconnect the phone from my pc > and then try my save function, still crashes. any ideas?
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to get the full stack trace of the exception. -- 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 Android Development_ Version 3.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

