butterknife icon indicating copy to clipboard operation
butterknife copied to clipboard

r2 id repeat

Open vjHuang opened this issue 5 years ago • 1 comments

First of all, thank you for providing such a good tool to improve the development efficiency of Android developers. I am having a problem now, as follows: My app consists of 4 projects and is divided into 3 layers. The bottom layer is a base-lib, the middle layer is two business layers, and the top layer is an APP container that loads these three projects. Now I found a problem. When the top-level container introduces the other three items in lib mode, the other three items will have R2 id duplicates, resulting in the generated _ViewBinding class having some exception errors that cannot be found. How can I solve it? thank you very much!

Activity

ViewBinding

vjHuang avatar Apr 28 '19 10:04 vjHuang

hello, help me pls~

vjHuang avatar May 07 '19 07:05 vjHuang