Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
You can find a compilation of solution suggestions in this thread: https://community.clickteam.com/threads/102074-Build-Failed-Android-SDK-and-JRE-are-installed
Thank you very much. This link help me to solve the previous problem.
Now i build the App and i have this error.
BUILD FAILED
D:\Program Files (x86)\Android\Sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
D:\Program Files (x86)\Android\Sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
Total time: 2 seconds
You know something for this?
Thanks in advance
- Fusion 2.5 is up-to-date?
- review your path setup in Fusion settings and remove empty spaces if you find any
- try to build an empty project - if you don't get the same error, an outdated object/extension might cause the issues
- eventually you used invalid characters for your app package name
The full error
Buildfile: C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 25.2.5
[checkenv] Installed at D:\Program Files (x86)\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: 27.0.3
[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/malakas/AppData/Local/Temp/AndA234.tmp/bin
[mkdir] Created dir: C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/bin/res
[mkdir] Created dir: C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/bin/rsObj
[mkdir] Created dir: C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/bin/rsLibs
[mkdir] Created dir: C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/gen
[mkdir] Created dir: C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/bin/classes
[mkdir] Created dir: C:/Users/malakas/AppData/Local/Temp/AndA234.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 386 source files to C:/Users/malakas/AppData/Local/Temp/AndA234.tmp/bin/classes
[javac] error: Source option 1.5 is no longer supported. Use 1.6 or later.
[javac] error: Target option 1.5 is no longer supported. Use 1.6 or later.
BUILD FAILED
D:\Program Files (x86)\Android\Sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
D:\Program Files (x86)\Android\Sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
Total time: 1 second
- Fusion 2.5 is up-to-date.
- I reviewing my path and nothing happens.
- I build an empty project and i have the same error
- I used my own charapters, have importance the charapters or names?
https://community.clickteam.com/threads/103235-Having-issues-exporting-any-ideas-(cannot-find-build-xml)
I unstall all and istall with method to your first replay.
All its ok now.
Thank you again for your response!!