tags:

views:

34

answers:

1

Hello all, i created a custom layout where i have a couple of LinearLayout in a ScrollView. Problem is when i set my SetContentView to my custom Layout (when the application starts), the emulator gives an error and force closes! i don't know why. i have tried with another custom layout or set it to main and it seems to work fine.

any ideas what could be wrong?

A: 
manuelJ
A logcat output most likely immediately tells you what's wrong. Btw, you may want to use a comment, not an answer.
EboMike