app:lintVitalBetaRelease

android 在打包的时候出现检测错误

Explanation for issues of type "Instantiatable":

/data/jenkins-slave/workspace/dev_beta_release/modules/module_one/src/main/res/layout/one_layout_view.xml:43: Error: CustomView must extend android.view.View [Instantiatable]
        

在自定view的xml文件中添加 tools:ignore="Instantiatable"

 

再次打包编译完美通过

你可能感兴趣的:(app:lintVitalBetaRelease)