Android Lint tool used to check Android Project codes for potential bugs and provides suggestions to optimize your code. This tool helps to improve correctness, security, performance, usability, accessibility, and internationalization.
If you using Android Studio or Android ADT for Eclipse or any other IDE for Android, you will find that when you compile your project the IDE automatically runs the Lint programs and provides warnings, errors and other information related to your code.
If you get an Error: Accidental Octal then it is because you are using Groovy and an integer literal that starts with a leading 0 that is being interpreted as an octal number. You get this error because this may be an accident addition of 0 which can lead to subtle bugs, for example when used in the versionCode of an app.
If you want to suppress this Error message to a warning or an info type,
- Go to Android Studio Welcome Screen.
- Click on Configure
- Project Defaults
- Settings
- Select Inspections
- Search for Accidental Octal
- Now under Option Change Severity to Info instead of Error
- Apply changes and we are done!!
- Change Android Toast background color
- Maven : java.lang.ClassNotFoundException: Xmx512m
- This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView) Lint Error
- Android Alert Dialog with Checkboxes example
- Android Error Generating Final Archive - Debug Certificate Expired
- How to add Newline to text in Android TextView
- Read Text file from SD Card : Android Programming
- [FIX] AndroidRuntime: FATAL EXCEPTION: main - java.lang.RuntimeException NullPointerException
- ActivityManager Warning: Activity not started, its current task has been brought to the front
- INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error
- Android Developers Bluetooth Tutorial
- java.lang.ClassNotFoundException android.support.v7.widget.Toolbar [Fix]
- Android: Save Data in local Db using Android Room
- Channel 50 SMSes received every few minutes Android Phones
- 21 Useful Android Emulator Short-cut Keyboard Keys
- Changing Android Intent Tittle using java code
- Android : No Launcher activity found! Error
- How to change TextView or EditText Text Color on Focus and on Press
- How to display Toast on Button Click : Android
- Android : Execute some code after back button is pressed
- Stop android adb service from command prompt or terminal
- [Soluiton] You already have the latest version of Android Studio installed
- Create Custom Android AlertDialog
- Android R Cannot Be Resolved To A Variable
- How to make Android EditText not editable
- [Java] Bad return type in lambda expression: int cannot be converted to boolean - Java
- Device not compatible error Android Google Play Store - Android
- Android Wifi WPA2/WPA Connects and Disconnects issue - Android
- Error: Safari quit unexpectedly. Problem Report for Safari - MacOS
- Fix: Cannot contact reCAPTCHA. Check your connection and try again. - Google
- Installing JD Decompiler plugin in Eclipse IDE - Eclipse
- Disable Startup Sound on macOS - MacOS
- Notepad++ select all above or below lines - NotepadPlusPlus