Cordova 言語

Cordova-fcm-plugin ビルドエラー

・Cordova-fcm-pluginビルドエラー

  Could not firebase-core :9 .2.0 …のエラーの対処

  build.gradleに以下を追加

allprojects {
  repositories {
    // ...
    maven { url "https://maven.google.com" }
  }
}

No resource identifier found for attribute 'appComponentFactory' in package 'android'…のエラーの対処

build.gradleに以下を追加

configurations.all {
  resolutionStrategy.force 'com.android.support:support-v4:26.1.0'
}

-Cordova, 言語
-, ,