I just installed the Android export module, and followed a slew of directions trying to figure out how to get this to work... Quiet franlkly I am just stuck...
here is my latest error log:
I am using the latest Android Studio files and the Java folder that is included with it with the Android SDK Patch installed in the correct SDK folder.Code:Buildfile: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\build.xml -set-mode-check: -set-debug-files: -check-env: [checkenv] Android SDK Tools Revision 24.4.1 [checkenv] Installed at C:\Users\Admin\AppData\Local\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: 31.0.0 [echo] Resolving Build Target for RuntimeAndroid... [gettarget] Project Target: Android 8.1.0 [gettarget] API level: 27 [echo] ---------- [echo] Creating output directories if needed... [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\bin [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\bin\res [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\bin\rsObj [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\bin\rsLibs [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\gen [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.tmp\bin\classes [mkdir] Created dir: C:\Users\Admin\AppData\Local\Temp\And435B.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 347 source files to C:\Users\Admin\AppData\Local\Temp\And435B.tmp\bin\classes [javac] error: Source option 5 is no longer supported. Use 6 or later. [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later. BUILD FAILED C:\Users\Admin\AppData\Local\Android\Sdk\tools\ant\build.xml:716: The following error occurred while executing this line: C:\Users\Admin\AppData\Local\Android\Sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details. Total time: 1 second
Please help?