Google服务3.3.0升级错误 - 项目匹配的多个变种

Ilj*_*lja 0 java android gradle google-play-services-3.3.0

我将我的Google服务从3.2.1更新到3.3.0并开始收到以下错误

履行

buildscript {
    repositories {
        jcenter()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.2'
        classpath "com.google.gms:google-services:3.3.0" // <- Update
    }
}
Run Code Online (Sandbox Code Playgroud)

错误

More than one variant of project :asq-react-native-facebook-log-in matches the consumer attributes:
  - Configuration ':asq-react-native-facebook-log-in:debugApiElements' variant android-aidl:
      - Found artifactType 'android-aidl' but wasn't required.
      - Required com.android.build.api.attributes.BuildTypeAttr 'debug' and found compatible value 'debug'.
      - Found com.android.build.api.attributes.VariantAttr 'debug' but wasn't required.
      - Required com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' and found compatible value 'Aar'.
      - Required default 'development' but no value provided.
      - Required org.gradle.usage 'java-api' and found compatible value 'java-api'.
Run Code Online (Sandbox Code Playgroud)

这个错误发生在我的主项目中,但错误本身就是指这个项目https://github.com/Asimetriq/asq-react-native-facebook-log-in/tree/master/android(这是其中一个我的主项目中的依赖项)

- Configuration错误的位重复几次(相同的内容,这里不包括它以保持清洁.)

ToY*_*nos 5

根据这一答案,有一个已知的bugGoogle services 3.3.0

使用4.0.1修复bug或降级的版本3.2.1