I need to run Analyze - > Inspect code but the execution generates a lot of Android Lint errors in the log (not errors in the application code) and does not end. I recently upgraded to Android Studio 3.1.2 and it was working.
I've already run:
Build - > Clean Project
Build - > Rebuild Project
File - > Invalidate caches / restart
File - > Settings - > Plugins - > Android Support (removed / added)
Error messages:
1) Class K does not have a full name
2) Read access is allowed from dispatch thread or inside read-only action (see com.intellij.openapi.application.Application.runReadAction ())
...
In advance thank you.