I am using android lint tools with eclipse to find potential errors in my project, but after a few seconds it shows:
"Running Android Lint has encountered a problem"
When I click the details, it shows:
"Failed to throw java.lang.NullPointerException."
Can someone give me some advice.
The Lint Tool indicates errors in the XML layout files in the resources, checks all layout files and resolves the errors.
To see the error, you can do from the menu Eclipse-> Windows → Show View-> Problems.
goto help-> install new software → work with " https://dl.google.com/android/eclipse/ "
Note. Make sure you use https and not the update center http: https://dl.google.com/android/eclipse/
Now, when you restart the Eclipse IDE, you should not see Lint Error pop-up messages.
Source: https://habr.com/ru/post/924501/More articles:How do multiple buttons go to the same controller? - iosBig O (h) vs Big O (logn) in trees - algorithmMethod overloading and arguments using generics in Java - javaJPA annotation of magic number sonar - annotationsiOS: UIScrollView gesture-detecting - iosSine game through XAudio2 - c #Eclipse-plugin, how to get the current position of a text editor - text-editorPrimary key without index in the table? - sql-serverTemplate for automatically overwriting memory upon destruction - c ++Html absolute layout breaks when scaling - htmlAll Articles