Closed GoogleCodeExporter closed 9 years ago
Not sure how to mark things as duplicate, but this is a duplicate of 442, 441,
440, 437.
Basically, the following code should ALWAYS be true, but isn't with 3.8.2:
public void givenTwoDifferentRFilesWhenExaminingSameIdNameThenValueShouldBeSame() {
int qbR = com.example.app.R.layout.com_facebook_login_activity_layout;
int fbR = R.layout.com_facebook_login_activity_layout;
assertEquals("Something went wrong with the build. R is not working.", fbR, qbR);
}
Original comment by tob...@olsson.be
on 4 Feb 2014 at 11:02
437 isn't a duplicate as it is invalid and should be closed
440 is also different
Original comment by benoit.b...@gmail.com
on 6 Feb 2014 at 2:30
Test against 3.8.3-SNAPSHOT
If it is still an issue then provide a project or a link to a project that
clearly highlights the failure.
Original comment by william....@xandar.com.au
on 17 Feb 2014 at 11:05
as I understood from an issue description this issue is similar to 441, so it
can be closed as duplicated
Original comment by olegalex...@gmail.com
on 17 Feb 2014 at 12:46
Since it isn't closed yet, I can tell that it is NOT resolved in current
version on github. (Mon, 17 Feb 2014 17:50:49 +0000)
My test above still fails.
It is not an open source project, so I cannot share the source.
Original comment by tob...@olsson.be
on 17 Feb 2014 at 5:52
I mean that similar issue already presents in opened issues, you can see:
https://code.google.com/p/maven-android-plugin/issues/detail?id=441
I just think that no need to leave two similar issues as opened.
Original comment by olegalex...@gmail.com
on 17 Feb 2014 at 6:57
Close this one. I posted a sample project in the other issue.
Original comment by tob...@olsson.be
on 17 Feb 2014 at 8:26
Thanks Tobias. We'll track it in 441
Original comment by william....@xandar.com.au
on 17 Feb 2014 at 10:18
Original issue reported on code.google.com by
tob...@olsson.be
on 4 Feb 2014 at 2:40