the debugger gives me " ViewRoot.handleMessage(Message) missing " right before it crashes if that helps any..idk...
On May 3, 7:03 pm, "emada.adame" <[email protected]> wrote: > no, so i did and it crashes on just "String root = > Environment.getExternalStorageState();" but thanks for the reply. > > On Apr 30, 7:29 pm, Matt Hill <[email protected]> wrote: > > > > > > > Hi emada.adame. > > > Just a thought, but have you tried calling getExternalStorageState() > > to see if it recognizes the media on your phone? > > > On Apr 30, 2:00 pm, Mark Murphy <[email protected]> wrote: > > > > 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/commonsguyhttp://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 > > > athttp://groups.google.com/group/android-developers?hl=en > > > -- > > 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 > > athttp://groups.google.com/group/android-developers?hl=en > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

