안녕Android에서 RelativeLayout에 순환 종속성이 존재하지 않는 이유는 무엇입니까? 아무런 문제가없는 것처럼
내 레이아웃이 오류를 얻었다는 보이지만, 시험 장치의 레이아웃을 열려고 할 때이 나타납니다 여기에
java.lang.IllegalStateException: Circular dependencies cannot exist in RelativeLayout
at android.widget.RelativeLayout$DependencyGraph.getSortedViews(RelativeLayout.java:1704)
at android.widget.RelativeLayout.sortChildren(RelativeLayout.java:382)
at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:390)
at android.view.View.measure(View.java:17951)
at android.widget.ScrollView.measureChildWithMargins(ScrollView.java:1269)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:436)
at android.widget.ScrollView.onMeasure(ScrollView.java:338)
at android.view.View.measure(View.java:17951) .......
내 XML입니다 : Click here
"Circular dependencies cannot exist in RelativeLayout
"- 무슨 문제가 발생합니까?
XML에 액세스 할 수 없습니다. 공개 파일로 만드십시오. –
허락을 요청하십시오 – PersonalHealth
권자. 왜 공개하지 않고 도움이 필요하면 내 이메일을 공개해야합니까? –