Build error for android app cmd

hey guys im testing Ionic dev and tried to build the app but got an error:

C:\Users\mike\testapp>ionic build android
Running command: “C:\Program Files (x86)\nodejs\node.exe” C:\Users\mike\testapp\hooks\after_prepare\010_add_platform_class.js C:\Users\mike\testapp
add to body class: platform-android
Running command: cmd "/s /c “C:\Users\mike\testapp\platforms\android\cordova\build.bat”"
ANDROID_HOME=C:\Users\mike\AppData\Local\Android\android-sdk
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55
Running: C:\Users\mike\testapp\platforms\android\gradlew cdvBuildDebug -b C:\Users\mike\testapp\platforms\android\build.gradle -Dorg.gradle.daemon=true
Downloading http://services.gradle.org/distributions/gradle-2.2.1-all.zip

Unzipping C:\Users\mike.gradle\wrapper\dists\gradle-2.2.1-all\2m8005s69iu8v0oiejfej094b\gradle-2.2.1-all.zip to C:\Users\mike.gradle\wrapper\dists\gradle-2.2.1-all\2m8005s69iu8v0oiejfej094b

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 http://gradle.org/docs/2.2.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 object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

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

C:\Users\mike\testapp\platforms\android\cordova\node_modules\q\q.js:126
throw e;
^
Error code 1 for command: cmd with args: /s /c "C:\Users\mike\testapp\platforms\android\gradlew cdvBuildDebug -b C:\Users\mike\testapp\platforms\android\build.gradle -Dorg.gradle.daemon=true"
ERROR building one of the platforms: Error: cmd: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: cmd: Command failed with exit code 1

C:\Users\mike\testapp>