Tsai stanly wrote:
> with the location parameter,
> when into the app,will show
> "the application demo(process demo.app) has stopped on unexpectedly,
> please try again"
>  
> without location, it works!!

And your Java stack trace tells you...what?

You can examine your Java stack trace via adb logcat, standalone DDMS,
or the DDMS perspective in Eclipse.

Whenever you get the "stopped unexpectedly" dialog, you will have a
stack trace showing your exception, which will tell you everything you
need to know about why your code failed.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_
Version 0.9 Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to