Today the code appears W/DALVIKVM (690): Threadid=1:thread exiting with uncaught exception (GROUP=0X41D9CC50) This problem, Later, the check found that the name of the control in the XML file is wrong, summed up the following to avoid repeated:
1. It may be related to forced type conversions of the Findviewbyid () method, such as (TextView) Findviewbyid (R.id.button), which converts different types of controls to each other when casting a type. If R.id.button is the ID of the button but is forced to convert with TextView;
2. There may be an error in the name of the control in the XML file, such as (TextView) Findviewbyid (R.id.text_view) But the XML file is written in <textview android:id= "@+id/text_view" ;/> this error in the wrong name of the control is not checked in eclipse.
11-18 19:59:38.310:W/DALVIKVM (690): Threadid=1:thread exiting with uncaught exception (GROUP=0X41D9CC50)