Android Lint html file generation (Android ClientAC-299 Remove Lint warningsAC-303 Lint adjustment - Icons)

Hey Android developers, I was trying to generate “lint-results-debug.html” file, but I was unable to do so. I have given almost more than 5 hours on this, searching for a solution to it. Can you please tell me the solution for fixing below error:

Image

Please let me know. Thanks.

@mksd @raff @tmarzeion

@karannaik did you look here: https://developer.android.com/studio/intro/studio-config.html?

My studio’s settings are these and I’m able to run lint successfully.

-Xms256m
-Xmx1280m
-XX:ReservedCodeCacheSize=240m
-XX:+UseCompressedOops

Nope, still not able to do it. I have also tried multiple values, still, its giving me the same error. Will have to research more. Will let you know.