You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
when i use '&' in my comment, my Android Studio warns "cannot resolve symbol xxx";
example:
// foo.xml
<! --comment with & -->
<LinearLayout id="+id/foo" ...>
// java code:
FooBinding b = DataBindingUtil.setContentView(this, R.layout.foo);
b.foo.setOnClickListener(this); // warning: cannot resolve symbol foo
thx!
The text was updated successfully, but these errors were encountered: