Bug P3
Status Update
Comments
ho...@google.com <ho...@google.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
sm...@gmail.com <sm...@gmail.com> #3
Would this be permanently be fixed if the accessiblity-test-framework library wraps protobuf in a jarjar which fixed the issue in https://issuetracker.google.com/issues/232459104
This ticket is over a year old yet I just hit it yesterday and spent a few hours trying to figure out what went wrong and why some library changes broke things. The work around from #2 did work, but it would be nice if a test library doesn't just break things.
This ticket is over a year old yet I just hit it yesterday and spent a few hours trying to figure out what went wrong and why some library changes broke things. The work around from #2 did work, but it would be nice if a test library doesn't just break things.
Description
Firebase migrated to
protobuf-javalite
, but that conflicts withprotobuf-lite
which is still used byandroidx.test.espresso:espresso-contrib:3.5.0-alpha03
: