line / line-sdk-starter-android-v2

A starter application that demonstrates how to use LINE SDK V2 for Android.
MIT License
35 stars 27 forks source link

Duplicate id "@+id/userDataLayout" in activity_post_login.xml #24

Closed LiYing2010 closed 6 years ago

LiYing2010 commented 6 years ago

in app/src/main/res/layout/activity_post_login.xml, there are 2 <LinearLayout android:id="@+id/userDataLayout"> ... </LinearLayout> tags, and one is inside the other.

So, gradle build task complains an error:

Error: Duplicate id @+id/userDataLayout, already defined earlier in this layout [DuplicateIds] android:id="@+id/userDataLayout"

BTW, I am using the latest gradle v4.1, instead of the old gradle v2.14.1 which is used by this repo currently, maybe this is why this error not happen in current build environment?

LiYing2010 commented 6 years ago

Created PR https://github.com/line/line-sdk-starter-android-v2/pull/25 for this, please take a look.

LiYing2010 commented 6 years ago

Fixed.