I reinstalled 5.1.1 Android (API 22). In the Android Build Options set API 22 and Target Android version - 5.1
Everything compiled. Thank you for Your time.
Posts by DjKarp
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.
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.
-
-
See:
Please login to see this attachment.
Please login to see this attachment.
Please login to see this attachment.
PHP
Display MoreBuildfile: C:\Users\D683~1\AppData\Local\Temp\AndA155.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.2 [checkenv] Installed at C:\Program Files (x86)\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 6.0 [gettarget] API level: 23 [echo] ---------- [echo] Creating output directories if needed... [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\bin [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\bin\res [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\bin\rsObj [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\bin\rsLibs [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\gen [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\bin\classes [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\AndA155.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] Found 1 AIDL files. [aidl] Compiling 1 AIDL files. [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 496 source files to C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\bin\classes [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:24: error: package org.apache.http does not exist [javac] import org.apache.http.HttpResponse; [javac] ^ [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:25: error: package org.apache.http does not exist [javac] import org.apache.http.NameValuePair; [javac] ^ [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:26: error: package org.apache.http.client.entity does not exist [javac] import org.apache.http.client.entity.UrlEncodedFormEntity; [javac] ^ [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:27: error: package org.apache.http.client.methods does not exist [javac] import org.apache.http.client.methods.HttpPost; [javac] ^ [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:28: error: package org.apache.http.impl.client does not exist [javac] import org.apache.http.impl.client.DefaultHttpClient; [javac] ^ [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:30: error: cannot find symbol [javac] import org.apache.http.params.HttpProtocolParams; [javac] ^ [javac] symbol: class HttpProtocolParams [javac] location: package org.apache.http.params [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:63: error: cannot find symbol [javac] ArrayList <NameValuePair> postData = new ArrayList <NameValuePair> (); [javac] ^ [javac] symbol: class NameValuePair [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:63: error: cannot find symbol [javac] ArrayList <NameValuePair> postData = new ArrayList <NameValuePair> (); [javac] ^ [javac] symbol: class NameValuePair [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:65: error: cannot find symbol [javac] postData.add(new NameValuePair() [javac] ^ [javac] symbol: class NameValuePair [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol [javac] HttpPost post = new HttpPost ("http://bugs.clickteam.com/report.php"); [javac] ^ [javac] symbol: class HttpPost [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol [javac] HttpPost post = new HttpPost ("http://bugs.clickteam.com/report.php"); [javac] ^ [javac] symbol: class HttpPost [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:99: error: cannot find symbol [javac] { post.setEntity (new UrlEncodedFormEntity (postData)); [javac] ^ [javac] symbol: class UrlEncodedFormEntity [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:105: error: cannot find symbol [javac] DefaultHttpClient client = new DefaultHttpClient(); [javac] ^ [javac] symbol: class DefaultHttpClient [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:105: error: cannot find symbol [javac] DefaultHttpClient client = new DefaultHttpClient(); [javac] ^ [javac] symbol: class DefaultHttpClient [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:108: error: cannot find symbol [javac] HttpProtocolParams.setUseExpectContinue (params, false); [javac] ^ [javac] symbol: variable HttpProtocolParams [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.tmp\src\Runtime\CrashReporter.java:111: error: cannot find symbol [javac] HttpResponse response; [javac] ^ [javac] symbol: class HttpResponse [javac] location: class CrashReporter [javac] C:\Users\D683~1\AppData\Local\Temp\AndA155.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\D683~1\AppData\Local\Temp\AndA155.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\D683~1\AppData\Local\Temp\AndA155.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\D683~1\AppData\Local\Temp\AndA155.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\D683~1\AppData\Local\Temp\AndA155.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\D683~1\AppData\Local\Temp\AndA155.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] 16 errors [javac] 6 warnings BUILD FAILED C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line: C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details. Total time: 8 seconds
Earlier all worked
-
When compiling for Android get this error:
PHP
Display MoreBuildfile: C:\Users\D683~1\AppData\Local\Temp\And461.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.1 [checkenv] Installed at C:\Program Files (x86)\Android\android-sdk -setup: [echo] Project Name: RuntimeAndroid [gettype] Project Type: Application -build-setup: [getbuildtools] Using latest Build Tools: 24.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\D683~1\AppData\Local\Temp\And461.tmp\bin [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\And461.tmp\bin\res [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\And461.tmp\bin\rsObj [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\And461.tmp\bin\rsLibs [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\And461.tmp\gen [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\And461.tmp\bin\classes [mkdir] Created dir: C:\Users\D683~1\AppData\Local\Temp\And461.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] Found 1 AIDL files. [aidl] Compiling 1 AIDL files. [aidl] aidl.exe E 1776 1772 io_delegate.cpp:102] Error while creating directories: Invalid argument 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:655: null returned: 1 Total time: 1 second
Android SDK updated.
How to fix?
-
Quote
Looks good, reminds me of Road Fighter.
it was a prototype for my game. She is an inspiration for me. -
I see almost the same meaning in these words. In my words they say - don't let the zombies catch up with myself. This is not correct in the meaning?
-
Please login to see this attachment.
Sorry for possible mistakes in the text.
The zombie Apocalypse caught our hero off guard. Almost the entire continent is already covered by them. But what to do if his wife and children are overseas? There's only one choice - gets in the car and drive to the sea, which is power while you caught up with these bloodthirsty monsters.
Not only that, we are haunted ghouls and we have no time to stop and refuel, so we need to go to pick up fuel.
So still on the roads appeared the looters and thugs who are trying to stop everyone who gets in their way. Be careful!
Please login to see this link.
Please login to see this media element.
-
WOW! This is really amazing work! Thank you!
-
Yes. I did, too, but there's another problem. The object then go back :).
Tried to do a speed value less than zero when you press the back button, but it doesn't work.
Has anyone else any thoughts on this? -
Hello.
Help with problem - Physics - Race Car movement
I can't change the maximum speed in the game.
Method- does not work
The speed will still be the same as what is asked in the plugin settings Race Car movement.
Where could be the problem?
PS: need support for HTML5 and Flash, so the Race Car movement 2 is not suitable.
-
PRYYY9F4J6J6 - I used
-
Please login to see this media element.
-
Please login to see this media element.
-
Please login to see this attachment.
Save Jelly is a logic puzzle and dynamic action game in one. In each level, the player needs to combine Jelly and their children between themselves. Simultaneously with solving the puzzles, you need to scare off a shark and giant bats, clicking on them, they dragged the kids.
- IOS version of the game has full Game Center support.
Please login to see this media element.
App Store:
Please login to see this link.
-
Please login to see this attachment.
Save Jelly is a logic puzzle and dynamic action game in one. In each level, the player needs to combine Jelly and their children between themselves. Simultaneously with solving the puzzles, you need to scare off a shark and giant bats, clicking on them, they dragged the kids.
Please login to see this media element.
Google Play – Premium:
Please login to see this link.
Google Play – Free:
Please login to see this link.
-
Please login to see this attachment.
Please login to see this attachment.
Sorry for possible mistakes in the text.
Lost Jelly – is an arcade game mixed with puzzle. The player's task is to collect all the funny creatures Jelly on location and successfully pass to the gate. Robot collector is always moving and need the time to turn. But the logical part of the game is the preliminary thinking of the route collection, first step, and quickly finding the way in an emergency.
- IOS version of the game has full Game Center support. Compete with players around the world. Earn achievements and let your friends see how you are a great game!
App Store:
Please login to see this link. -
Please login to see this attachment.
Sorry for possible mistakes in the text.
Lost Jelly – is an arcade game mixed with puzzle. The player's task is to collect all the funny creatures Jelly on location and successfully pass to the gate. Robot collector is always moving and need the time to turn. But the logical part of the game is the preliminary thinking of the route collection, first step, and quickly finding the way in an emergency.
- Android version Jelly Lost fully supports the OUYA console and the game with a gamepad, and the game with the arrow keys on the real keyboard
Google Play – Premium:
Please login to see this link.
Google Play – Free:
Please login to see this link.
-
Good day.
Need help in solving one problem.I need to determine whether there is a path from the active object from No. 1 to No. 2.
The road can be made from objects of the same type and of different objects. (Need at least one item).
The distance between objects on the road can be measured in pixels. There may be a small gap between the objects. (This is not a critical rule).
The road may go as she pleases. (On the screen in both cases we get a positive answer.)
P. s.: Sorry for my bad English.
Please login to see this attachment. - 1 - Please login to see this attachment. - 2 - Please login to see this attachment. - 3 -