在flavor中使用不同的applicationID时的数据绑定错误

时间:2015-12-05 12:50:44

标签: android android-studio android-gradle

更新到Android studio 2.0预览版2后,在编译后缀为.beta的beta风格时出现以下错误:

app build.gradle:

productFlavors {
        beta {
            applicationId 'com.example.app.beta'
        }
        production {
            applicationId 'com.example.app'
        }
    }

错误:

Error:(38, 44) error: package com.example.app.databinding does not exist

在编制生产风味时,一切都很好。最令人费解的是,只有在运行应用程序时才会出现此错误(不是在gradle sync期间)

0 个答案:

没有答案