Red-Folder / bgs-core

Core code for the Cordova Background Service
Other
236 stars 105 forks source link

build error with exit code 1 #77

Open sethupsanil opened 7 years ago

sethupsanil commented 7 years ago

D:\xamp\htdocs\phonegap\backbutton>phonegap platform add android Adding android project...

Creating Cordova project for the Android platform:

    Path: platforms\android
    Package: com.phonegap.helloworld
    Name: Back_Button
    Activity: MainActivity
    Android target: android-24

Subproject Path: CordovaLib

Android project created with cordova-android@6.0.0

Installing "com.red_folder.phonegap.plugin.backgroundservice" for android

ANDROID_HOME=C:\Users\sethu\AppData\Local\Android\sdk JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_11

Subproject Path: CordovaLib

Starting a new Gradle Daemon for this build (subsequent builds will be faster).

FAILURE: Build failed with an exception.

Failed to install 'com.red_folder.phonegap.plugin.backgroundservice':Error: cmd: Command failed with exit code 1 at ChildProcess.whenDone (D:\xamp\htdocs\phonegap\backbutton\platforms\andro id\cordova\node_modules\cordova-common\src\superspawn.js:169:23) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:877:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

Error: cmd: Command failed with exit code 1

Red-Folder commented 7 years ago

That reads to me as a Gradle error ... nothing to do with the plugin.

Follow the instructions in the error message to resolve