Skip to content

Instantly share code, notes, and snippets.

@smamran
Last active June 5, 2016 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smamran/e71e1b45ad964f90ece3 to your computer and use it in GitHub Desktop.
Save smamran/e71e1b45ad964f90ece3 to your computer and use it in GitHub Desktop.
Android Error Remove

Remove Android Lint Error

android {

    lintOptions {
        abortOnError false
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment