风味错误-找不到与包名称匹配的客户端

时间:2019-02-13 10:03:35

标签: android android-flavors

我尝试通过本指南实现风味: https://proandroiddev.com/advanced-android-flavors-part-1-building-white-label-apps-on-android-ade16af23bcf

但是我得到这个错误:

  

找不到与程序包名称“ com.example.client1”匹配的客户端

这是我的礼物:

android {
compileSdkVersion 28
defaultConfig {
    applicationId 'com.example'
    minSdkVersion 23
    targetSdkVersion 28
    versionCode 19
    versionName '9.7'
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

flavorDimensions "default"
productFlavors {
    ashkelon {
        applicationIdSuffix ".client1"
    }
}

buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

这是源代码树:

src/
    main/
    client1/

任何帮助将不胜感激!

1 个答案:

答案 0 :(得分:0)

这意味着您只有一个google-services.json

您需要为 client1

添加一个google-services.json文件