Cordova のプラグイン 『phonegap-plugin-push』 入れたら Android でビルドが通らなくなった
9 years ago
※2016/02 時点でのエントリーです.
phonegap-plugin-push を入れると下記のエラーが...
BUILD FAILED
Total time: 6.624 secs
<project_path>/platforms/android/cordova/node_modules/q/q.js:126
throw e;
^
Error code 1 for command: <project_path>/platforms/android/gradlew with args: cdvBuildDebug,-b,<project_path>/platforms/android/build.gradle,-Dorg.gradle.daemon=true
ERROR building one of the platforms: Error: <project_path>/platforms/android/cordova/build: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: <project_path>/platforms/android/cordova/build: Command failed with exit code 1
こちらの issue でも挙がってるエラーですが Android Studio を update したら治りました.