Posts by Developer

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 devs,

    Just wanted to share a working setup for compiling Android APKs using Clickteam Fusion Developer 2.5 on Windows 10 in 2025. If you're running into issues building APKs, this combo of tools should help ensure smooth exporting.


    โœ… Required Software:

    1. Android Studio โ€“ Koala Feature Drop | 2024.1.2 Patch 1
    ๐Ÿ“… Released: September 17, 2024
    ๐Ÿ”— Please login to see this link.

    ๐Ÿ”—Please login to see this link.

    Quote

    Tip: Use the "Download Options" section for offline installers if needed.

    2. Android SDK Platform โ€“ Android 14 ("UpsideDownCake")
    ๐Ÿ“ฆ API Level 34, Revision 3
    Install via: Android Studio > SDK Manager > Android API 34
    Make sure to include:

    • Android SDK Platform 34
    • Android SDK Build-Tools 34.x
    • Android SDK Command-line Tools (latest)
    • Google USB Driver (for physical devices)

    3. Java Development Kit โ€“ JDK 11.0.27

    ๐Ÿ”—Please login to see this link.
    ๐Ÿ”— Please login to see this link.

    Quote

    โš ๏ธ Note: You may need to log in to Oracle to access archived JDK versions.


    ๐Ÿ›  Clickteam Fusion 2.5 Setup Steps:

    1. Open Fusion โ†’ Tools > Preferences > General
    2. Under Android Exporter Settings:
      • Set Java SDK Location: C:\Program Files\Java\jdk-11
      • Set Android SDK Location: Usually found at
        C:\Users\YourName\AppData\Local\Android\Sdk
    3. Ensure your Android Export Module is activated and updated.

    ๐Ÿ’ก Additional Notes:

    • Avoid JDK 17+ โ€“ Fusionโ€™s Android exporter is optimized for JDK 11.
    • Android 14 (API 34) is confirmed to work with this setup in 2025.
    • Always clean and rebuild your Fusion project after switching SDKs or tools.

    If youโ€™ve had success with other combinations, or encountered issues with this setup, feel free to share your experience here to help others!

    Thanks & happy developing!

    โ€”
    Tested with:

    • Windows 10 64-bit
    • Clickteam Fusion Developer 2.5 (Build R295.10 (Nov 9 2023))
    • Android Export Module licensed

    Hello everyone,

    Iโ€™m running into an issue while building my Android project with compileSdk = 35. Iโ€™m using Android Gradle Plugin version 7.4.2, and Iโ€™ve received the following warning:

    Has anyone encountered this issue before or have any suggestions for resolving it?

    Hi everyone,
    I'm encountering a Gradle build error that I haven't been able to resolve. Here's the error message:

    Iโ€™m using Java 17.0.15 and Android Studio 2024.3.2, and my Gradle version is 7.5

    I'm getting this error because my project is using compileSdkVersion 29, but the library androidx.appcompat:appcompat:1.4.1 requires at least compileSdkVersion 31.

    ๐Ÿ”ง How do I Fix It?:

    I need to change my compileSdkVersion and targetSdkVersion to at least 31.