Top "Android-lint" questions

Android Lint is a tool in ADT which scans Android project sources for potential bugs.

Lint error fixing

I am getting lint error in android studio as Error:Execution failed for task ':app:lint'. Lint found errors …

android android-lint
Warning: This <FrameLayout> can be replaced with a <merge> tag

I have a FrameLayout that contains a TextView and two LinearLayouts: <FrameLayout xmlns:android="http://schemas.android.com/apk/…

android xml android-framelayout android-lint
Android Lint limit languages to check for missing translations

My app supports only 2 languages - English and German. So I have such folders structure for languages strings: myproject/res/…

android android-lint
Why is ContextThemeWrapper now restricted to the Support Library group?

I started using a ContextThemeWrapper to apply a style dynamically to an ImageButton; based an answer to another question of …

android syntax-error android-support-library android-context android-lint
Using Twitter4j in android, getting lint error in library - Invalid package reference in library

I am using twitter4j in an android app for using twitter API. Everything works fine, and I have no …

android twitter4j android-lint
Retrolambda: Lint crashes when using lambda expressions with retrolambda

I'm trying to use retrolambda along with gradle-retrolambda plugin. In general it works fine, but when I compile for release, …

android android-gradle-plugin lint android-lint retrolambda
Android Eclipse Lint API checks

Thanks P.T. for what looks like the correct answer to question Building multi-SDK Android apps in Eclipse without losing …

android eclipse android-lint
How to address android lint complaint about exported Firebase Messaging service implementations?

Following the Google developer instructions on implementing Firebase in my app, I notice that android lint complains. The idea is …

android firebase android-service firebase-cloud-messaging android-lint