cordova-plugin-healthをインストールするとすべて動作しますが、cordova-plugin-fcmをインストールするとビルドに失敗します。下のログ。私は先週からそれと苦労しています、そして今私は見たことがないスタックオーバーフローの答えを見つけるのは難しいです。Phonegap + Android + FCM&Healthプラグイン
BUILD FAILED
Total time: 2.923 secs
Error: /Users/[...]/platforms/android/gradlew: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 9.0.0.
の 'Google-services.jsonを' ファイルが存在。 Android SDKが更新されました。 プラットフォームrm&add @ latest done。 同じエラーです。 – kardossandor
あなたはphonegapでどのAndroidのバージョンを使用していますか?すなわち、phonegapプラグインリスト –
android 6.2.3、cordova-plugin-fcm 2.1.2 "FCMPlugin"、cordova-plugin-health 1.0.0 "Cordova Health" – kardossandor