Posts by APersonInNeedOfAid

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    Hi Clickteam!

    I'm trying to edit an MFA I made, which has similar gameplay mechanics to asteroids, so that I can make it a playable APK. I'm having a little difficulty on how the Joystick object is supposed to work, or how to make it visible on my screen. Whenever I try to make the joystick and buttons visible on the frame, it doesn't show up. Also, once I can get the joystick and buttons to appear, how would I make it so the joystick rotates the ship, fire 1 thrusts and fire 2 fires a bullet? I'm trying to find tutorials online, but they all talk about the Joystick 2 object when I'm talking about the Joystick Device in the Android objects. Any help at all will be appreciated.

    OK, so I fixed the first two errors by updating Fusion 2.5, but now this appeared:

    Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.8.0_45\lib\tools.jar
    Buildfile: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 24.3.2
    [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: 23.0.0 rc2
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 5.0.1
    [gettarget] API level: 21
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\res
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\gen
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\classes
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.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...

    BUILD FAILED
    C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:649: The following error occurred while executing this line:
    C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:694: Execute failed: java.io.IOException: Cannot run program "C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\${aapt}": CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessBuilder.start(Unknown Source)
    at java.lang.Runtime.exec(Unknown Source)
    at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
    at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
    at com.android.ant.AaptExecTask.execute(AaptExecTask.java:703)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java:120)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    at org.apache.tools.ant.Main.runBuild(Main.java:851)
    at org.apache.tools.ant.Main.startAnt(Main.java:235)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(Unknown Source)
    at java.lang.ProcessImpl.start(Unknown Source)
    ... 47 more

    Total time: 2 seconds

    I think I'm still missing files, but what do you at clickteam think?

    OK, so I fixed the first two errors by updating Fusion 2.5, but now this appeared:

    Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.8.0_45\lib\tools.jar
    Buildfile: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 24.3.2
    [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: 23.0.0 rc2
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 5.0.1
    [gettarget] API level: 21
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\res
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\gen
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\bin\classes
    [mkdir] Created dir: C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.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...

    BUILD FAILED
    C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:649: The following error occurred while executing this line:
    C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:694: Execute failed: java.io.IOException: Cannot run program "C:\Users\ANDREW~1.BAR\AppData\Local\Temp\AndE380.tmp\${aapt}": CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessBuilder.start(Unknown Source)
    at java.lang.Runtime.exec(Unknown Source)
    at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
    at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
    at com.android.ant.AaptExecTask.execute(AaptExecTask.java:703)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java:120)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    at org.apache.tools.ant.Main.runBuild(Main.java:851)
    at org.apache.tools.ant.Main.startAnt(Main.java:235)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(Unknown Source)
    at java.lang.ProcessImpl.start(Unknown Source)
    ... 47 more

    Total time: 2 seconds

    I think I'm still missing files, but what do you at clickteam think?

    Hi Guys,
    I'm also having an issue with my Android Builder. Every time I try to build an APK with even a blank MFA, it shows the following errors:
    Please login to see this attachment.
    Please login to see this attachment.
    I have the API set to 22, Java and Android SDK at their most recent versions and their file locations set in tools, but the errors persist.
    I don't understand what these errors mean nor what exactly could be causing them, and I've run out of options for solutions.
    I've tried changing the API to Earlier versions like 19 and 14, Restarting my Computer, Un then Re-installing CF2.5, JDK and SDK many times,
    doing Disk-cleanup and error check, and even updating my operating system to windows 8.1, but no results have come about.
    Do any of you have ideas as to what could fix my build problem? Also, I've noticed a few of these posts having very detailed error
    logs like in the post above with kazuya, do you know where I could find such a log and would it help solve my problem?
    I'm really strapped for time on this issue, so I could use all the help I can get.

    Addendum: I've tried to change the API from 22 to an earlier version and the errors continue to persist. I've also noticed that some other related posts on this site have example of system logs that go into detail about the different errors they come across, I don't know where to find this log, but If I can find it, would It be helpful in trying to solve the initial problem at the start of this thread?

    Hello Esteemed members of Clickteam,

    I'm going to be working at a camp that will be utilizing your Clickteam Fusion 2.5 program to design games, but I'm having an issue with building an APK from an MFA I developed. I have downloaded the JDK 8 update 45 and the latest version of the Android SDK with Android 5.1 (API 22), and I have provided their locations in the tools section of the Fusion Tabs. I set the Build Type to Android/Ouya and set the API to 22 in the Android Tab of the MFA. Once all this was completed, I clicked File -> Build -> Application and expected a new APK to appear after selecting the save location, but these errors came in its stead:

    Please login to see this attachment.
    Please login to see this attachment.

    I do not know what they mean as I cannot find the Java file that they are referencing. I have tried many thing to fix these errors: restarting my computer, un then re-installing Fusion, JDK and Android SDK multiple times, performing a Disk Cleanup and Disk Error Check, and updating my Operating system, but none of them have yielded any results. I have run out of ideas for as to what could be causing this, but I know it's nothing to do with my MFA, as someone else got it to build on their computer. My Computer is an hp pavillion g6 running on windows 8.1 as of last night. If anyone can provide me with some help, It would be great!