天天看點

【Android】AndroidStudio打包apk出現的一些問題 `Error:Execution failed for task ':app:lintVitalRelease'.

作者:程式員小冰,

公衆号:程式員小冰

1,錯誤代碼:

`Error:Execution failed for task ‘:app:lintVitalRelease’.

android{
    lintOptions {
        checkReleaseBuilds false
        abortOnError false
    }
}      

繼續閱讀