How to diagnose in Android (RadioGroup in ScrollView)
I wanted to place a working RadioGroup inside a ScrollView. This main.xml caused the app to blow up on load... "Sorry! The application... has stopped unexpectedly. Please try again. Force close" <ScrollView> <RadioGroup android:id="@+id/types"> ... And this worked <ScrollView> <RadioGroup ...