UPDATE: The error “seem” to point to memory issue, my system has 64gb of memory just for fyi.
UPDATE 2 I updated all the java/sdk to the latest version, I am able to create a dummy app and have it deploy to the device using Android Studio
I still get the same error when I do it from ionic command
I am using visual studio code to build my project, I installed visual studio 2017 rc to install all the android needed crap but still was getting an error about environment variables, so I installed Andriod Studio, this fixed my problem with env variables, but I get the following error when using “ionic [build/emulate/run] android”
(also using cmd as admin on windows) - same error if I use --stacktrace as well
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files (x86)\java\jdk1.8.0_92
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.