I cant seem to get the android exporter to build an apk without failing.
Im using the latest android 23 sdk and java 8 jdk, made sure my api and preference settings were correct.
I get the same error just building an empty app in mmf2 and mmf2.5, so im hoping its something on my end.
It looks like in the DX area its trying to locate something?
Code:Buildfile: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\build.xml -set-mode-check: -set-debug-files: -check-env: [checkenv] Android SDK Tools Revision 23.0.2 [checkenv] Installed at C:\Users\butter\AppData\Local\Android\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: 20.0.0 [echo] Resolving Build Target for RuntimeAndroid... [gettarget] Project Target: Android 4.4.2 [gettarget] API level: 19 [echo] ---------- [echo] Creating output directories if needed... [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\res [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\rsObj [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\rsLibs [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\gen [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\classes [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\dexedLibs [echo] ---------- [echo] Resolving Dependencies for RuntimeAndroid... [dependency] Library dependencies: [dependency] No Libraries [dependency] [dependency] ------------------ [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... [echo] ---------- [echo] Handling Resources... [aapt] Generating resource IDs... [echo] ---------- [echo] Handling BuildConfig class... [buildconfig] Generating BuildConfig class. -pre-compile: -compile: [javac] Compiling 379 source files to C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\classes [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings -post-compile: -obfuscate: -dex: [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\classes [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\notification.jar [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\android-support-v4.jar [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\gamecontroller.jar [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\google-play-services.jar [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\ouya-sdk.jar [dex] Pre-Dexing C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\notification.jar -> notification-68bd771b24c068e654aeb05b9a98b78c.jar [dx] '""' is not recognized as an internal or external command, [dx] operable program or batch file. [dx] '""' is not recognized as an internal or external command, [dx] operable program or batch file. [dx] '""' is not recognized as an internal or external command, [dx] operable program or batch file. BUILD FAILED C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:892: The following error occurred while executing this line: C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:894: The following error occurred while executing this line: C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:906: The following error occurred while executing this line: C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:283: null returned: 1 Total time: 6 seconds






Reply With Quote
