Android Runtime - Build 292

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.
  • you need Gradle

  • @Please login to see this link.

    you mentioned that you have 292.10 but it shows and error like 291 when was ANT the building system, can you do a full installation and then update to version 292.11

    of course if you already installed Java sdk 1.8 update 221

    android command line tools plus platform 28.0.3 and accept the licenses

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  • I tried follow the instructions on the first post but still I receive an error when I build a really simple app with only one extension (location object).

    - I'm a Windows 10 users
    -I'm on Fusion version R292.10
    -I installed the latest version of Android Studio and installed android sdk 28 to 25
    -I installed the 64-bit version of JDK 8 (1.8.0-openjdk-1.8.0.212-1.b04.ojdkbuild.windows.x86_64)
    -I updated the Android SDK directory and the JDK directory location in the Fusion exporter preferences
    -Build type = Android
    -Build API = 28
    -I also installed Gradle, but I don't know why :)

    I get the following error:

    Starting a Gradle Daemon (subsequent builds will be faster)
    > Task :app:preBuild UP-TO-DATE
    > Task :app:preDebugBuild
    > Task :app:compileDebugAidl NO-SOURCE
    > Task :app:compileDebugRenderscript NO-SOURCE
    > Task :app:checkDebugManifest
    > Task :app:generateDebugBuildConfig
    > Task :app:prepareLintJar
    > Task :app:generateDebugSources
    > Task :app:javaPreCompileDebug
    > Task :app:mainApkListPersistenceDebug
    > Task :app:generateDebugResValues
    > Task :app:generateDebugResources
    > Task :app:mergeDebugResources
    > Task :app:createDebugCompatibleScreenManifests
    > Task :app:processDebugManifest
    > Task :app:processDebugResources

    > Task :app:compileDebugJavaWithJavac
    C:\Users\Alexander\AppData\Local\Temp\AndF5E6.tmp\app\src\main\java\Extensions\CRunLocation.java:266: error: incompatible types: missing return value
    if(providers == null) return;
    ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error

    > Task :app:compileDebugJavaWithJavac FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileDebugJavaWithJavac'.
    > Compilation failed; see the compiler error output for details.

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at Please login to see this link.

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
    Use '--warning-mode all' to show the individual deprecation warnings.
    See Please login to see this link.

    BUILD FAILED in 13s
    12 actionable tasks: 12 executed

    Edited 2 times, last by Xendelaar (August 14, 2019 at 8:31 AM).

  • @Please login to see this link.

    you mentioned that you have 292.10 but it shows and error like 291 when was ANT the building system, can you do a full installation and then update to version 292.11

    of course if you already installed Java sdk 1.8 update 221

    android command line tools plus platform 28.0.3 and accept the licenses

    odd,
    something else is still installed, since Android studio, doesn't have those ant tools.
    So you still have an JDK installed as well?
    and it needs to be all 64 bits too.

    After doing some research, I believe that I previously installed the Android SDK patch after following this guide -- Please login to see this link.. I think this is what's giving me issues, but I'm not sure what was affected exactly or how to fix whatever was changed by it. I've already tried uninstalling and reinstalling everything (which took forever), but the issue is still there. :/

    Is there something specific I can remove/uninstall to get it to work?

  • Right, thats the issue that I've run into. I'm pretty sure I previously set up the Android exporter using the old ant tools, so when I tried to follow the steps at the beginning of this thread for the Gradle setup, something had already been changed so the new method with Gradle isn't working.

    My question is how can I remove whatever was done using the old method?

  • uninstall fusion and deleted the directory just in case something remains inside

    then:

    install fusion from installer then the 292.11 beta patch

    install android command tools plus platform 28.0.3 and accept license

    install java sdk 1.8 update 221 (if your pc is 32 use x86 if not use 64bits)

    open fusion and set these directories inside Preferences--> General.

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  • “Android Studio installs its own version of Java, usually in C:\Program Files\Android\Android Studio\jre. Verify this directory exists on your machine and use it as "Java SDK directory" in the preferences of Fusion”........

    So we still need to install the latest java sdk?

    Have a Nice Day!

  • Hello everyone, I ran into the following problem: I'm trying to compile an Android application with In-App Purchase extension, but I get a compilation error. However, without using this extension, the application compiles without problems. It is very important for me to compile the application with this extension, since the previous version of the application with working purchases has already been published in Google Play. When compiling, I use JDK 8 and API 29. What are the possible solutions to this problem?

    > Configure project :
    it is windows 10

    > Configure project :app
    WARNING: The option setting 'android.overridePathCheck=true' is experimental and unsupported.
    The current default is 'false'.


    > Task :app:preBuild UP-TO-DATE
    > Task :app:preReleaseBuild UP-TO-DATE
    > Task :app:compileReleaseRenderscript NO-SOURCE
    > Task :app:generateReleaseResValues
    > Task :app:generateReleaseResources
    > Task :app:mergeReleaseResources
    > Task :app:checkReleaseManifest
    > Task :app:createReleaseCompatibleScreenManifests
    > Task :app:mainApkListPersistenceRelease
    > Task :app:processReleaseManifest
    > Task :app:checkReleaseDuplicateClasses
    > Task :app:mergeExtDexRelease
    > Task :app:compileReleaseAidl FAILED
    > Task :app:bundleReleaseResources

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileReleaseAidl'.
    > 1 exception was raised by workers:
    java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1


    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at Please login to see this link.

    BUILD FAILED in 2m 6s
    10 actionable tasks: 10 executed

  • Yes of course, I've put in the public key in field of extension.
    Additional information: Current version of Android is 9.0, old version is 6.0, API 29. Android SDK was installed without Android Studio

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!