Lint found fatal errors while assembling a release target

前端 未结 9 791
庸人自扰
庸人自扰 2020-12-12 18:05

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

9条回答
  •  猫巷女王i
    2020-12-12 18:21

    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

提交回复
热议问题