Why do I get this error when trying to install the android platform in cordova?

2
ANDROID_HOME=C:\Users\James\AppData\Local\Android\android-sdk
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_60
Subproject Path: CordovaLib
Starting a new Gradle Daemon for this build (subsequent builds will be faster).

FAILURE: Build failed with an exception.

* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org
2.14.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org
2.14.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

I already have the JDK installed, the SDK.

    
asked by Angie Lizeth Santiago Piñeros 22.11.2016 в 19:00
source

1 answer

0

You should have installed the JDK, JRE and Android SDK at the end. You probably lack the JRE. Another thing after installing go to Program Files and look for the folder of BIN in the JDK FOLDER and JRE Folder . (in each one you enter the bin, copies the address) and you add to your System Environment Variables .

You give Path at the bottom where it says System Variables and edit the Path. ( put, after the last address but has it ) and with this should work, it may sound complicated. If you can not tell, I'll help you! :)

P.D. Anything with pleasure!

    
answered by 06.04.2017 в 16:03