eclipse-adt

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 ...

Android XML layouts: Eclipse spits out a cryptic error message

This is my first time making an app with XML layouts. In the past I have always dynamically generated my layouts at runtime, so don't worry, I am NOT an Android newbie. Still, this is my first time with static layouts. So what's this message all about? [2010-09-22 20:43:23 - Rockport] 'default' is not a best match for any device/loca...