DestinationSol icon indicating copy to clipboard operation
DestinationSol copied to clipboard

Go over and fix some of the linting issues in the Android build

Open Cervator opened this issue 10 years ago • 1 comments

A bunch are present if you run "gradlew assembleRelease" and look at the linting report. Without abortOnError false they fail the Android build.

File generates at /android/build/outputs/lint-results.html

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Cervator avatar Jul 10 '15 02:07 Cervator

I stumbled over this a bit until I realised the lint command can be run by itself from the command line using "gradlew lintRelease". Now I see the report you are talking about :-)

SimonC4 avatar Jul 24 '15 20:07 SimonC4