Written by
java-style
on
on
[Android-java] Unable to start activity ComponentInfo{com.example...
[Android-java] Unable to start activity ComponentInfo{com.example...
안녕하세요
개발 중에 만난 에러를 적어보려고 합니다.
에러 내용 : Unable to start activity ComponentInfo{com.example.health/com.example.starBooks.MainActivity}: android.view.InflateException: Binary XML file line #72: ScrollView can host only one direct child
ScrollView에는 하나의 레이아웃만 존재해야하는데 아래 코드와 같이 1개 이상이 있을 경우 해당 에러가 발생합니다.
해결방법
아래 코드와 같이 하나의 레이아웃으로 묶어주시면 됩니다.
from http://code-hyoon.tistory.com/23 by ccl(A) rewrite - 2021-09-25 04:27:58