This question is locked. New answers and comments are not allowed.
Hi, I'm trying to build a Cordova project for Android on Windows and it seems like whatever I try, I keep riunn
android Build Tooling revision 2016.03.01.1r Warning: npm Warning: ERR! Warning: addLocal Could not install /home/builder/BpcTooling/Cordova3/Plugins/org.apache.cordova.battery-status Warning: npm Warning: ERR! addLocal Could not install /home/builder/BpcTooling/Cordova3/Plugins/org.apache.cordova.battery-status Warning: Failed to fetch plugin /home/builder/BpcTooling/Cordova3/Plugins/org.apache.cordova.battery-status via registry.Probably this is either a connection problem, or plugin spec is incorrect.Check your connection and plugin name/version/URL.Error: ENOENT: no such file or directory, open '/home/builder/BpcTooling/Cordova3/Plugins/org.apache.cordova.battery-status' Warning: /home/builder/BpcTooling/Cordova3/node_modules/cordova-build-utils/bin/install-plugins-3.js:189 throw Error("exit code: " + code); ^Error: exit code: 1 at Error (native) at ChildProcess.<anonymous> (/home/builder/BpcTooling/Cordova3/node_modules/cordova-build-utils/bin/install-plugins-3.js:189:14) at emitTwo (events.js:87:13) at ChildProcess.emit (events.js:172:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) Error: Build failed during execution Error: 'Build failed with error code 1'I've tried running as admin, and all that kind of thing. Does anyone have any idea what could be causing the plugin install to fail?