Posts by master123

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.

    I just did that, now I get an error compiling:


    Buildfile: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\build.xml

    -set-mode-check:

    -set-release-mode:

    -release-obfuscation-check:
    [echo] proguard.config is ${proguard.config}

    -pre-build:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.1.3
    [checkenv] Installed at C:\Users\mm123\AppData\Local\Android\android-sdk

    -setup:
    [echo] Project Name: RuntimeAndroid
    [gettype] Project Type: Application

    -build-setup:
    [getbuildtools] Using latest Build Tools: 23.0.3
    [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\mm123\AppData\Local\Temp\And96F4.tmp\bin
    [mkdir] Created dir: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\bin\res
    [mkdir] Created dir: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\gen
    [mkdir] Created dir: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\bin\classes
    [mkdir] Created dir: C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'release'...
    [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...
    [echo] ----------
    [echo] Handling BuildConfig class...
    [buildconfig] Generating BuildConfig class.

    -pre-compile:

    -compile:
    [javac] Compiling 452 source files to C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\bin\classes
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Extensions\CRunWebView2.java:555: error: cannot find symbol
    [javac] if(!MMFRuntime.inst.verifyOkPermissionsApi23(permissionsApi23))
    [javac] ^
    [javac] symbol: method verifyOkPermissionsApi23(HashMap<String,String>)
    [javac] location: variable inst of type MMFRuntime
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Extensions\CRunWebView2.java:557: error: cannot find symbol
    [javac] MMFRuntime.inst.pushForPermissions(permissionsApi23, PERMISSIONS_WEBVIEW_REQUEST);
    [javac] ^
    [javac] symbol: method pushForPermissions(HashMap<String,String>,int)
    [javac] location: variable inst of type MMFRuntime
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Extensions\CRunWebView2.java:607: error: cannot find symbol
    [javac] enabled_perms = verifyResponseApi23(permissions, permissionsApi23);
    [javac] ^
    [javac] symbol: method verifyResponseApi23(String[],HashMap<String,String>)
    [javac] location: class CRunWebView2
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Extensions\CRunWebView2.java:604: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Runtime\MMFRuntime.java:1645: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] Method m = c.getDeclaredMethod("disconnect", null);
    [javac] ^
    [javac] cast to Class<?> for a varargs call
    [javac] cast to Class<?>[] for a non-varargs call and to suppress this warning
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Runtime\MMFRuntime.java:1646: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] Object o = m.invoke(null, null);
    [javac] ^
    [javac] cast to Object for a varargs call
    [javac] cast to Object[] for a non-varargs call and to suppress this warning
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Runtime\MMFRuntime.java:1660: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] Method m = c.getDeclaredMethod("connect", null);
    [javac] ^
    [javac] cast to Class<?> for a varargs call
    [javac] cast to Class<?>[] for a non-varargs call and to suppress this warning
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Runtime\MMFRuntime.java:1661: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] Object o = m.invoke(null, null);
    [javac] ^
    [javac] cast to Object for a varargs call
    [javac] cast to Object[] for a non-varargs call and to suppress this warning
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Runtime\MMFRuntime.java:1675: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] Method m = c.getDeclaredMethod("isConnected", null);
    [javac] ^
    [javac] cast to Class<?> for a varargs call
    [javac] cast to Class<?>[] for a non-varargs call and to suppress this warning
    [javac] C:\Users\mm123\AppData\Local\Temp\And96F4.tmp\src\Runtime\MMFRuntime.java:1676: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] Object o = m.invoke(null, null);
    [javac] ^
    [javac] cast to Object for a varargs call
    [javac] cast to Object[] for a non-varargs call and to suppress this warning
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors
    [javac] 6 warnings

    BUILD FAILED
    C:\Users\mm123\AppData\Local\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
    C:\Users\mm123\AppData\Local\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.

    Total time: 13 seconds

    Hi!

    I am building an app that uses the webview object. However, I am having the following problem: the app works normally until I set it to release mode (i. e., until I sign it with the .keystore file). After that the frames that have a webview object stop loading and the app crashes.

    Any workarounds?

    I just changed something in my code:
    - Before, I add an event: On return from Ad => Destroy Interstitial
    - Now, I added another one (so I have both): On dismissed Screen => Destroy Interstitial

    With this change, now the users with Kitkat experience another problem: the add closes, and you return to the game screen. You can then run the game, but the screen won't update. You can hear the sounds and such, but the screen is unchanged.

    Why? I am pulling my hairs off!

    Hi!

    I am having some problems with interstitials on some devices. The interstitials are showing correctly, but when the user presses close, the screen turns black and the only solution is to close the app. This does not, however, happen in all devices. In my test device (android 6) and in the emulators, it works fine. However, some users with KitKat report this problem.

    Any suggestions?

    Edit: In the phone of a user (friend of mine), the screen does not go black. The interstitial closes but the app freezes (except the banner on the bottom, that continues to work).

    Hey! I am doing something similar, but I want to restrict the movement to the horizontal direction. However, if I just restrict the movement in the properties of the active object, the movement is not "smooth". If you try it, sometimes the object hangs and does not move. Ideas?

    I am building a game where the user controls a rotating pad. The idea is that the user must keep the ball balanced with that pad, as you can see in the picture below.

    Please login to see this attachment.

    However, if I rotate the pad fast enough, the pad will overlap the ball (whose movement type is set to static), and if the speed is just right I can actually get the ball to pass through the pad. How can I avoid this? I want the ball to always be above the pad, but I can't get it done. I have tried many types of movements, but they always have the same flaw.

    Thanks!