How Android handle multiple R.java?

后端 未结 2 1657
清酒与你
清酒与你 2021-02-08 11:34

I\'m making couple of Android library apps for a project. To simplify the question, let\'s say I have two libraries(utilLib, screenLib) in this

2条回答
  •  温柔的废话
    2021-02-08 12:25

    you will have to import com.screenLib.R and com.utilLib.R
    In your code it should probably throw an error "cannot resolve hello"

    Lemmme know if this is right!!!!

提交回复
热议问题