M
M
Mr Tails2019-10-03 08:48:59
Android
Mr Tails, 2019-10-03 08:48:59

Android application does not compile in Clicteam Fusion Developer 2.5, what's the problem?

There is such a problem that my android application does not compile in clicteam fusion 2.5, while I have sdk installed from all versions of android and that I just didn’t do it, but it still doesn’t compile.
Who knows what could be wrong here and how to solve it?
Here is the
Buildfile error log: C:\Users\90C5~1\AppData\Local\Temp\And834A.tmp\build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.4.1
[checkenv] Installed at C:\Program Files (x86)\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: 29.0.2
[echo] Resolving Build Target for RuntimeAndroid...
[gettarget] Project Target: Android 4.0
[gettarget] API level: 14
[gettarget] WARNING: Attribute minSdkVersion in AndroidManifest.xml (15) is higher than the project target API level (14)
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\ Users\90C5~1\AppData\Local\Temp\And834A.tmp\bin
[mkdir] Created dir: C:\Users\90C5~1\AppData\Local\Temp\And834A.tmp\bin\res
[mkdir] Created dir : C:\Users\90C5~1\AppData\Local\Temp\And834A.tmp\bin\rsObj
[mkdir] Created dir: C:\Users\90C5~1\AppData\Local\Temp\And834A.tmp\bin\rsLibs
[mkdir] Created dir: C:\Users\90C5~1\AppData\Local\Temp\And834A .tmp\gen
[mkdir] Created dir: C:\Users\90C5~1\AppData\Local\Temp\And834A.tmp\bin\classes
[mkdir] Created dir: C:\Users\90C5~1\AppData\Local \Temp\And834A.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...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs. ..
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 579 source files to C:\Users\90C5~1\AppData\Local\Temp\And834A.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:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
C:\Program Files (x86)\Android\android-sdk \tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
Total time: 6 seconds

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2019-10-03
@alexeynobody

[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.
You need to fix these two problems in the project settings. Does it use Android Studio or something of its own? In general, if you google these lines, you will be offered a lot of ways to solve this problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question