반응형
-----------------------------------------------------------------------------------------------
java.lang.RuntimeException: Unable to start activity ComponentInfo{}: java.lang.IllegalStateException: ScrollView can host only one direct child
-----------------------------------------------------------------------------------------------
ScrollView는 단 1개의 ChildView만 가진다..
XML에서 ScrollView에 1개의 View만 정의했는 지 확인 필요.
'Fundamental Notes > Android' 카테고리의 다른 글
adjustResize 안먹힘 (0) | 2013.03.07 |
---|---|
Failed to fetch URL http,://dl-ssl.google.com/android/repository/repository.xml (0) | 2012.11.22 |
Intent를 통하여 browser에 post 요청 보내기 (0) | 2012.10.20 |
3g/Wifi 연결 확인 (0) | 2012.10.04 |
WebVeiw에서 한글깨질 때 (0) | 2012.09.25 |