Clickteam fusion android export

Clickteam fusion android export

Clickteam Fusion 2.5

hello, i cant export my game for Android.

Everytime i have this Error.

Total time: 0 seconds

Enyone knows what happent?
Thanks in advance and sorry for my English.

This error means that the build.xml is probably missing.

This error means that the build.xml is probably missing.

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

You should better post a full error log, but you can check the following first:

— 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

You should better post a full error log, but you can check the following first:

— Fusion 2.5 is up-to-date?
— review your path setup in Fusion settings again and remove empty spaces, if you find any
— try to build an empty Android project — if you get the same error, an outdated object/extension might cause the issues
— eventually you used invalid characters for your app package name

-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

-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

Читайте также:  Normal boot android что это

-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.

-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?

Источник

Clickteam fusion android export

546 уникальных посетителей
35 добавили в избранное

1. Your first task is to manually create a folder called android-sdk and store the .zip files there.
(example location: L:\Clickteam Fusion 2.5\Android\android-sdk)

You can find all the important downloads below(download size

650 MB in total).

ojdkbuild .zip (r282) → CLICK [github.com]

build-tools_r30.0.1-windows.zip: CLICK [dl-ssl.google.com]
build-tools_r29.0.3-windows.zip: CLICK [dl-ssl.google.com]
build-tools_r28.0.3-windows.zip: CLICK [dl-ssl.google.com]
optional, not relevant for up-to-date Fusion 2.5 projects:
build-tools_r27.0.3-windows.zip: CLICK [dl-ssl.google.com]

platform-30_r03.zip: CLICK [dl-ssl.google.com]
platform-29_r05.zip: CLICK [dl-ssl.google.com]
platform-28_r06.zip: CLICK [dl-ssl.google.com]
optional, not relevant for up-to-date Fusion 2.5 projects:
platform-27_r03.zip: CLICK [dl-ssl.google.com]

a) This is the android-sdk folder with your downloaded .zip archives:

b) Now arrange everything as shown in this picture: CLICK [dl.dropboxusercontent.com]
(extract all .zip files and create new folders when necessary
+ don’t forget to rename the extracted folders when necessary — you can see this in the above image too)

open Clickteam Fusion 2.5 and go to Tools — Preferences — General tab
and set the right paths for OpenJDK and Android SDK:

Pathname of the JDK directory:
C:\Program Files\openjdk\jdk1.8.0_282\jre
You can shorten the path a bit if you want and remove the \jre part.

Читайте также:  Параметры разработчика android one

Pathname of the Android SDK directory:
L:\Clickteam Fusion 2.5\Android\android-sdk

in Fusion create a New Application

in Application Settings change Build Type from Windows EXE Application to Android application

in Android Options choose:
Build API 30 | Minimum Android version 6.0 | Target Android version 10.0

build the Android application (apk) file
File → Build → Application → Save

Fusion 2.5 will now automatically download and install the required gradle files for the first time. (this will take a while)

Depending on your extensions/objects and events, some extra cache files must be updated.
Then a working internet connection is necessary again, if you get a build error otherwise.

There might be an error tellung you about some licenses that were not accepted.
«License for package [. ] not accepted.»
In this case run the sdkmanager license online updater to quickly verify any missing licenses:
refresh_android_licenses → CLICK [dl.dropboxusercontent.com]

1. Your first task is to manually create a folder called android-sdk.
(example location: L:\Clickteam Fusion 2.5\Android\android-sdk)

OpenJDK
ojdkbuild .zip (r282) → DOWNLOAD [github.com]
On your hard disk with Windows installed, extract the downloaded archive in a new folder called Java and rename the extracted folder to jdk1.8.0_282.
example of correct path: C:\Program Files\Java\jdk1.8.0_282

Get Android SDK Manager GUI ready:
in android-sdk folder from step 1) extract the 3 .zip files archive by archive in the order how they’re listed above(replace existing files when you get a prompt) and then put Android SDK Manager.exe into the folder ‘tools’. (if you want, move all .zip archives to a backup location or delete them)

SDK Manager GUI instructions:
run Android SDK Manager with ‘Android SDK Manager.exe’
and wait until Android SDK Manager is done with loading packages

hover the mouse over any package with Not installed status to check the download size

choose latest supported Packages:

Tools: Android SDK Tools(already installed)
Android SDK Platform-tools 31.0.1 — and if you can’t see it: HERE [dl-ssl.google.com]
Android SDK Build-tools 30.0.1 — and if you can’t see it: HERE [dl-ssl.google.com]
Android SDK Build-tools 29.0.3
Android SDK Build-tools 28.0.3
optional, not relevant for up-to-date Fusion 2.5 projects:
Android SDK Build-tools 27.0.3

Android 11 (API 30): — SDK Platform 30 3 — and if you can’t see it: HERE [dl-ssl.google.com]
Android 10 (API 29): — SDK Platform 29 5 — and if you can’t see it: HERE [dl-ssl.google.com]
Android 9 (API 28): — SDK Platform 28 6
optional, not relevant for up-to-date Fusion 2.5 projects:
Android 8.1.0 (API 27): — SDK Platform 27 3
Android 8.0.0 (API 26): — SDK Platform 26 2

Читайте также:  Как снять пароль с флешки микро сд через андроид

Extras: Google Play services 49

click the [Install packages. ] button

click on radio button ‘Accept License’

you can click on any package to check download size (under Archive Description)

you can click twice on any of the Packages
and choose if the selected item will we installed or not

click the [Install] button to install everything

Источник

Clickteam fusion android export

Может для начала освоить клик?
Сорь за доёб, но просто, мне кажется ты куда-то слишком прям спешишь.

Но да всё таки, тестить апк-шки всё же надо.

Android SDK
Java Development Kit 9

Ставишь это всё куда душа пожелает (желательно туда, где места множечко)

Потом открываешь SDK Manager (в папке с Android SDK)
Ставишь:

Минимальную, которую будешь поддерживать (minimal version в настройках приложения)

Целевую версию (target version в настройках приложения)
Можешь сразу 10-ый андро ставить, всё таки требование гугла — билдить по последним версиям API

Build Tools для своей версии API,
(т.е. если API 29 — соответственно и Build Tools 29-ых версий)

В клике, сверху в вкладочках Tools — Preferences — General -> внизу окна выбираешь Андроид и указываешь пути к ASDK и JDK.

Дальше тебе надо настроить своё приложение под билд:

Указываешь уникальное название пакета (Package Name)
Выставляешь последний установленный API (Build API)
Указываешь минимальную версию, что собираешься поддерживать (Minimum Android Version)
Указываешь целевую (Target Android Version)
Если игру хочешь уже в гп или т.п. — тебе нужно в Release Mode билдить. Для этого уж надо будет сгенерить подпись, но об этом в другой раз.

Остальные настройки ставишь по своему усмотрению, не забывая выставлять разрешения, которые нужны твоему приложению.

Если всё сделал правильно — можно ставить на билд.
Первый билд может занять до нескольких минут (с средненьким компом может быть и десятки минут)
Если никаких ошибок не произошло — поздравляю, прога успешно собрана, можно тестить.

Источник

Оцените статью