1
edit
Changes
→Parsing XML Attributes
right click on it, select run as android application. As long as your device runs the minimum SDK version listed in your apps manifest file (ie: <uses-sdk android:minSdkVersion="10" />) then your device should be on the list of devices where you can run and debug your app. Most devices can run a SDKVersion 8 though for some of the later labs you might need SDKVersion 10.
=Parsing XML Attributes(Dennis Villasenor) =
This section shows how to parse xml attributes using xmlpullparser like in the example below