383/5000 I have an app that gives me compilation errors when I change it to release mode to upload it to the play store
I\'ve tried analyzing-inspecting code and I d
Here I have written an article on all possible solutions to resolve Lint found fatal errors issue.
Generally, you can resolve it in the following way:
Android studio shows all build errors in html & xml file present at the following link. Just open that file in your browser, check the error and fix it.
/YOUR_APPLICATION/app/build/reports/lint-results-release-fatal.html
Sample Error