Is there any static code analysis tools for Android that would pick up simple things like NullPointerExceptions from trying to access an object that might be null (without checking for it first)…
Tools like resharper on C# projects do this quite well, so I’m presuming there is similar tools for Android’s Java…
It’s not really android specific, it’s Java specific.
Several tools I know of:
More complete list of tools can be found on wikipedia.