This is what I get when I try to build and run my project with Android exporter, any idea?Code:Buildfile: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\build.xml -set-mode-check: -set-debug-files: -check-env: [checkenv] Android SDK Tools Revision 22.0.1 [checkenv] Installed at F:\Android\sdk -setup: [echo] Project Name: RuntimeAndroid [gettype] Project Type: Application -set-debug-mode: -debug-obfuscation-check: -pre-build: -build-setup: [getbuildtools] Using latest Build Tools: 17.0.0 [echo] Resolving Build Target for RuntimeAndroid... [gettarget] Project Target: Android 4.0 [gettarget] API level: 14 [echo] ---------- [echo] Creating output directories if needed... [mkdir] Created dir: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\bin [mkdir] Created dir: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\bin\res [mkdir] Created dir: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\bin\classes [mkdir] Created dir: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\bin\dexedLibs [echo] ---------- [echo] Resolving Dependencies for RuntimeAndroid... [dependency] Library dependencies: [dependency] No Libraries [dependency] [dependency] ------------------ [dependency] API<=15: Adding annotations.jar to the classpath. [echo] ---------- [echo] Building Libraries with 'debug'... [subant] No sub-builds to iterate on -code-gen: [mergemanifest] Merging AndroidManifest files into one. [mergemanifest] Manifest merger disabled. Using project manifest only. [echo] Handling aidl files... [aidl] No AIDL files to compile. [echo] ---------- [echo] Handling RenderScript files... [renderscript] No RenderScript files to compile. [echo] ---------- [echo] Handling Resources... [aapt] Generating resource IDs... [echo] ---------- [echo] Handling BuildConfig class... [buildconfig] Generating BuildConfig class. -pre-compile: -compile: [javac] Compiling 324 source files to C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\bin\classes [javac] Note: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\src\Extensions\CRunMoveIt.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. -post-compile: -obfuscate: -dex: [dex] input: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\bin\classes [dex] input: F:\Android\sdk\tools\support\annotations.jar [dex] input: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\libs\ouya-sdk.jar [dex] input: C:\Users\desmar_r\AppData\Local\Temp\AndA97D.tmp\libs\GoogleAdMobAdsSdk-6.4.1.jar [dex] Pre-Dexing F:\Android\sdk\tools\support\annotations.jar -> annotations-deba4180cffb9f47d3894997ac426b5b.jar [dx] 'C:\Program' n'est pas reconnu en tant que commande interne [dx] ou externe, un programme ex‚cutable ou un fichier de commandes. BUILD FAILED F:\Android\sdk\tools\ant\build.xml:885: The following error occurred while executing this line: F:\Android\sdk\tools\ant\build.xml:887: The following error occurred while executing this line: F:\Android\sdk\tools\ant\build.xml:899: The following error occurred while executing this line: F:\Android\sdk\tools\ant\build.xml:281: null returned: 1 Total time: 7 seconds
(JDK and Android SDK obvisouly installed and correctly pathed in MMF)