Today I helped a student who was getting a "found cyclical <include> chain" error from the Android Studio UI designer. Despite the error message, there was no
<include> tag in the layout's XML. Rather, the self-inclusion was from a
tools:layout attribute, set as the
layout attribute in the Attributes pane of a fragment.
No comments:
Post a Comment