Lint found fatal errors while assembling a release target

前端 未结 9 768
庸人自扰
庸人自扰 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条回答
  •  情歌与酒
    2020-12-12 18:17

    There are two ways to solve this -

    1 -> Go to Analyze > Inspect Code, Let it Inspect the code and then solve the problem.

    2 ->Go to Project Structure > app > build > reports In reports, you will find the error report. Open it in any browser and see the error then solve it.

提交回复
热议问题