valerio-bozzolan / AcrylicPaint

Acrylic Paint is now maintained by @valerio-bozzolan until @Anupam1525 comes back. Note that pull requests are more appreciated than enhancement-reports. We know what Acrylic Paint does and what Acrylic Paint does not :^)
https://gitpull.it/tag/acrylic_paint/
GNU General Public License v3.0
45 stars 32 forks source link

Fix lint errors #36

Closed ghost closed 8 years ago

ghost commented 8 years ago

I need to add android { lintOptions { abortOnError false } } to the build.gradle. However, setting abortOnError should only be disabled, if there is no other way and even if so, it should be controlled by upstream, since you know best, when the error requiring this are fixed.

So, either fix the lint issues or unset abortOnError for now.

valerio-bozzolan commented 8 years ago

I'm happy to help you in any way, but:

  1. I don't know lint. What is the problem and how can I fix it? :sweat_smile: I've only added Russian recently in this app.
  2. I can't simply solve that with your android { .. } because then Android Studio says that I miss the android plugin. (eh.. uh.. wut?)

Trust me, I don't know what I'm talking about.

ghost commented 8 years ago

Lint: See https://developer.android.com/tools/help/lint.html, so Analyze > Inspect Code should invoke it from AS.

Plugin: I was talking about app/build.gradle here, just adding it at the bottom should work.

valerio-bozzolan commented 8 years ago

I think that it's done with 89074c68a84c1d69add4a192fd1c0779285a0586.