简体   繁体   中英

Where can I see the code generated by Android Data Binding Library?

I'm trying to grasp the android data binding technology.

So, following the guide, I've created layout user_item.xml and now I can refer to generated UserItemBinding class in my code. I can list all possible methods of UserItemBinding class (using ctrl + space in Android Studio), but I can't see its source code (using ctrl + click ).

Is there a way to see the sources?

生成的文件可以在目录/app/build/intermediates/classes/debug/com/example/databinding/BR.java位于/app/build/intermediates/classes/debug/com/example/BR.java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM