Android studio android示例github项目中的Azure AD B2C集成

Android studio android示例github项目中的Azure AD B2C集成,android-studio,integration,azure-ad-b2c,Android Studio,Integration,Azure Ad B2c,我正在将azure ad b2c示例项目从github导入android studio,但出现了此构建错误 有人知道问题出在哪里吗 Cannot choose between the following variants of project :library: - debugRuntimeElements - releaseRuntimeElements All of them match the consumer attributes: - Variant 'debugRunti

我正在将azure ad b2c示例项目从github导入android studio,但出现了此构建错误

有人知道问题出在哪里吗

Cannot choose between the following variants of project :library:
  - debugRuntimeElements
  - releaseRuntimeElements
All of them match the consumer attributes:
  - Variant 'debugRuntimeElements' capability net.openid:library:86437:
      - Unmatched attributes:
          - Found com.android.build.api.attributes.BuildTypeAttr 'debug' but wasn't required.
          - Found com.android.build.api.attributes.VariantAttr 'debug' but wasn't required.
          - Found com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' but wasn't required.
          - Found org.gradle.usage 'java-runtime' but wasn't required.
  - Variant 'releaseRuntimeElements' capability net.openid:library:86437:
      - Unmatched attributes:
          - Found com.android.build.api.attributes.BuildTypeAttr 'release' but wasn't required.
          - Found com.android.build.api.attributes.VariantAttr 'release' but wasn't required.
          - Found com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' but wasn't required.
          - Found org.gradle.usage 'java-runtime' but wasn't required.