Is there any way, how to exclude android generated files (or manually specify excluded folders), from Analyze -> Inspect Code ?
Take a look at this answer:
You basically just create a custom scope with the following pattern: !file:*intermediates*/&&!file:*generated*/&&!lib:*..*
!file:*intermediates*/&&!file:*generated*/&&!lib:*..*
Hope this helps.