Lint found fatal errors while assembling a release target

前端 未结 9 765
庸人自扰
庸人自扰 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:37

    This works for me

    lintOptions { 
        checkReleaseBuilds false
    }
    

    Add this code into the build.gradle file within android {} section

提交回复
热议问题