Posts by pradeep

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.

    Here is a Please login to see this link. for the stand-alone version of Fusion (if you guys can test it we'll push it to Steam too). It should fix the Play Core library warnings.

    If any issue, you can reinstall the Please login to see this link. of the Android runtime for the build 295.10.

    I update and found

    SDK issues in your latest production release

    • com.google.android.play:core:1.10.3

      Google Play Core (com.google.android.play:core) has added this note for SDK version 1.10.3:

      Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes: Please login to see this link.


      From September 22, 2024 00:00 (UTC) you won't be able to release new versions of your app containing this SDK version to production or open testing.

    If you have questions about this SDK, contact the provider.

    try update from extension manager

    All extensions are update in extension manage.

    > Task :app:preBuild UP-TO-DATE
    > Task :app:preReleaseBuild UP-TO-DATE
    > Task :app:mergeReleaseJniLibFolders
    > Task :app:mergeReleaseNativeLibs FAILED
    > Task :app:writeReleaseApplicationId
    > Task :app:analyticsRecordingRelease

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:mergeReleaseNativeLibs'.
    > Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
    > Failed to transform drawerlayout-1.0.0.aar (androidx.drawerlayout:drawerlayout:1.0.0) to match attributes {artifactType=android-jni, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
    > Could not download drawerlayout-1.0.0.aar (androidx.drawerlayout:drawerlayout:1.0.0)
    > Could not get resource 'Please login to see this link.'.
    > Could not HEAD 'Please login to see this link.'.
    > No such host is known (dl.google.com)
    > Failed to transform customview-1.0.0.aar (androidx.customview:customview:1.0.0) to match attributes {artifactType=android-jni, org.gradle.status=release}.
    > Could not download customview-1.0.0.aar (androidx.customview:customview:1.0.0)
    > Could not get resource 'Please login to see this link.'.
    > Could not GET 'Please login to see this link.'.
    > dl.google.com
    > Failed to transform customview-1.0.0.aar (androidx.customview:customview:1.0.0) to match attributes {artifactType=android-jni, org.gradle.status=release}.
    > Could not download customview-1.0.0.aar (androidx.customview:customview:1.0.0)
    > Could not get resource 'Please login to see this link.'.
    > Could not GET 'Please login to see this link.'.
    > dl.google.com

    * 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 2s
    4 actionable tasks: 4 executed

    Build Failed 295.7
    Android abb, apk build failed

    > Task :app:preBuild UP-TO-DATE
    > Task :app:preReleaseBuild UP-TO-DATE
    > Task :app:compileReleaseRenderscript NO-SOURCE
    > Task :app:generateReleaseResValues
    > Task :app:mapReleaseSourceSetPaths
    > Task :app:generateReleaseResources
    > Task :app:createReleaseCompatibleScreenManifests
    > Task :app:extractDeepLinksRelease
    > Task :app:processReleaseMainManifest
    > Task :app:processReleaseManifest
    > Task :app:processApplicationManifestReleaseForBundle
    > Task :app:checkReleaseDuplicateClasses
    > Task :app:compileReleaseAidl NO-SOURCE
    > Task :app:generateReleaseBuildConfig
    > Task :app:javaPreCompileRelease
    > Task :app:checkReleaseAarMetadata
    > Task :app:mergeReleaseShaders
    > Task :app:compileReleaseShaders NO-SOURCE
    > Task :app:generateReleaseAssets UP-TO-DATE
    > Task :app:desugarReleaseFileDependencies
    > Task :app:mergeReleaseAssets
    > Task :app:processReleaseJavaRes NO-SOURCE
    > Task :app:processReleaseManifestForPackage
    > Task :app:mergeReleaseJniLibFolders
    > Task :app:mergeReleaseJavaResource
    > Task :app:mergeReleaseResources
    > Task :app:mergeReleaseNativeLibs
    > Task :app:mergeExtDexRelease
    > Task :app:writeReleaseAppMetadata
    > Task :app:stripReleaseDebugSymbols
    > Task :app:collectReleaseDependencies
    > Task :app:configureReleaseDependencies
    > Task :app:extractReleaseNativeSymbolTables
    > Task :app:mergeReleaseArtProfile
    > Task :app:bundleReleaseResources
    > Task :app:parseReleaseIntegrityConfig
    > Task :app:writeReleaseApplicationId
    > Task :app:analyticsRecordingRelease
    > Task :app:validateSigningRelease
    > Task :app:processReleaseResources

    > Task :app:compileReleaseJavaWithJavac
    C:\Users\pradeep\AppData\Local\Temp\AndF6B9.tmp\app\src\main\java\Extensions\CRunWebView2.java:1420: error: cannot find symbol
    myWebView.getSettings().setAppCacheEnabled(true);
    ^
    symbol: method setAppCacheEnabled(boolean)
    location: class WebSettings
    C:\Users\pradeep\AppData\Local\Temp\AndF6B9.tmp\app\src\main\java\Extensions\CRunWebView2.java:1421: error: cannot find symbol
    myWebView.getSettings().setAppCachePath(webAppData);
    ^
    symbol: method setAppCachePath(String)
    location: class WebSettings
    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.
    2 errors

    > Task :app:compileReleaseJavaWithJavac FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileReleaseJavaWithJavac'.
    > 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.

    BUILD FAILED in 13s
    33 actionable tasks: 33 executed

    Why not show in Latest Items in clickstore.
    I add product : String Displays Two Digits. and date 17/11/2022
    Please login to see this link.
    But not show in Latest Items. Why?
    My other questions about clickstore.
    1. Listing units defined,
    2. Author and Contact this seller
    3. Author Notes?
    How Listed Latest Items
    Plz Help