R.java file from Android library project not importing into application project

后端 未结 2 424
借酒劲吻你
借酒劲吻你 2020-12-31 23:54

I followed the instructions here on how to create an Android library project, and use it in an Android application:

http://developer.android.com/guide/developing/ecl

2条回答
  •  旧巷少年郎
    2021-01-01 00:40

    It's actually a matter of file duplicity. You can't build a project that contains more than one instance of the same file. Due to the nature of an android project XML files are usually the first the negate a successful build.

提交回复
热议问题