grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

Fix lint issues in Android projects

Open ejona86 opened this issue 4 years ago • 0 comments

It seems we aren't targeting the a recent Android version. Many of the CheckResult failures appear to be expected behavior, so it will need to be silenced in some way. There's some warnings about old versions and some UI goo. Quite a mixed bag. I'm fine if we resolve a substantial portion of them with this issue and open separate issues for the remaining items.

> Task :grpc-android:lint
Ran lint on variant debug: 1 issues found
Ran lint on variant release: 1 issues found
Wrote HTML report to grpc-java/android/build/reports/lint-results.html
Wrote XML report to grpc-java/android/build/reports/lint-results.xml

> Task :grpc-cronet:lint
Ran lint on variant debug: 1 issues found
Ran lint on variant release: 1 issues found
Wrote HTML report to grpc-java/cronet/build/reports/lint-results.html
Wrote XML report to grpc-java/cronet/build/reports/lint-results.xml

> Task :grpc-android-interop-testing:lint
Ran lint on variant release: 64 issues found
Ran lint on variant debug: 64 issues found
Wrote HTML report to grpc-java/android-interop-testing/build/reports/lint-results.html
Wrote XML report to grpc-java/android-interop-testing/build/reports/lint-results.xml

ejona86 avatar Dec 16 '20 23:12 ejona86