Posts by PGUp

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.

    the error..

    Buildfile: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b uild.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.5
    [checkenv] Installed at C:\Program Files (x86)\Android\android-sdk

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

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 26.0.0
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 8.0.0
    [gettarget] API level: 26
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in\res
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in\rsObj
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in\rsLibs
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\g en
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in\classes
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'debug'...
    [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 370 source files to C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\b in\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\Runtime\CrashReporter.java:24: error: package org.apache.http does not exist
    [javac] import org.apache.http.HttpResponse;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\Runtime\CrashReporter.java:25: error: package org.apache.http does not exist
    [javac] import org.apache.http.NameValuePair;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\Runtime\CrashReporter.java:111: error: cannot find symbol
    [javac] HttpResponse response;
    [javac] ^
    [javac] symbol: class HttpResponse
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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\WINDOWS8\AppData\Local\Temp\And2815.tmp\s rc\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] 9 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: 7 seconds


    searched on the forum for a while.. didnt find anything.. i give up..

    -path to android-sdk foder and jdk is already correct
    -downloaded the old version of android sdk tools with ant and build.xml (cant find it in newer version) (not the whole android sdk program)
    -using newest version of jdk (x86)

    (inside android sdk manager)
    -i only downloaded sdk build tools rev 26 only.. no lower revisions downloaded
    -downloaded sdk platform for android 8.0.0
    -downloaded android sdk tools 25.2.5
    -downloaded android sdk Platform-tools Rev. 26
    -downloaded google USB driver

    looks like the problem is coming from jdk and not the android sdk..
    forgot my account's pass with the exporter stuff.. i will recov it later.. but i really need to fix this first

    i saw somone asked this already.. it says that i need to build the program using api 22.. didnt work,

    the error..

    Buildfile: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.5
    [checkenv] Installed at C:\Program Files (x86)\Android\android-sdk

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

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 26.0.0
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 8.0.0
    [gettarget] API level: 26
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin\res
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\gen
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin\classes
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'debug'...
    [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 370 source files to C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\src\Runtime\CrashReporter.java:24: error: package org.apache.http does not exist
    [javac] import org.apache.http.HttpResponse;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\src\Runtime\CrashReporter.java:25: error: package org.apache.http does not exist
    [javac] import org.apache.http.NameValuePair;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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\WINDOWS8\AppData\Local\Temp\And2815.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] 9 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: 7 seconds


    searched on the forum for a while.. didnt find anything.. i give up..

    -path to android-sdk foder and jdk is already correct
    -downloaded the old version of android sdk tools with ant and build.xml (cant find it in newer version) (not the whole android sdk program)
    -using newest version of jdk (x86)

    (inside android sdk manager)
    -i only downloaded sdk build tools rev 26 only.. no lower revisions downloaded
    -downloaded sdk platform for android 8.0.0
    -downloaded android sdk tools 25.2.5
    -downloaded android sdk Platform-tools Rev. 26
    -downloaded google USB driver

    looks like the problem is coming from jdk and not the android sdk..
    forgot my account's pass with the exporter stuff.. i will recov it later.. but i really need to fix this first

    i saw somone asked this already.. it says that i need to build the program using api 22.. didnt work,

    error log:


    Buildfile: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

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

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

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 25.0.2
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 7.0
    [gettarget] API level: 24
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin\res
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\gen
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin\classes
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'debug'...
    [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 404 source files to C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\src\Runtime\CrashReporter.java:24: error: package org.apache.http does not exist
    [javac] import org.apache.http.HttpResponse;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\src\Runtime\CrashReporter.java:25: error: package org.apache.http does not exist
    [javac] import org.apache.http.NameValuePair;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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\WINDOWS8\AppData\Local\Temp\And32F2.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] 9 warnings

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

    Total time: 2 seconds

    here is the error log:


    Buildfile: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

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

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

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 25.0.2
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 7.0
    [gettarget] API level: 24
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin\res
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\gen
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin\classes
    [mkdir] Created dir: C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'debug'...
    [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 404 source files to C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\src\Runtime\CrashReporter.java:24: error: package org.apache.http does not exist
    [javac] import org.apache.http.HttpResponse;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\src\Runtime\CrashReporter.java:25: error: package org.apache.http does not exist
    [javac] import org.apache.http.NameValuePair;
    [javac] ^
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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\WINDOWS8\AppData\Local\Temp\AndAE0A.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] 9 warnings

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

    Total time: 2 seconds

    so, i was following a youtube tutorial on how to export the game to android, but i accidentally clicked on the close button on android studio, (android studio setup wizard) and now... i have no idea how to open it, i didnt create shortcut when i installed it... help ?

    sorry for long post...

    so... when you move up, and you release the up key, the object will need a short amount of time to stop completely, so how do i make the object immediately stop without any delay?


    edit: its fixed now, by using 4 negate events, now there will be a very weird circular movement when i press 2 keys, like when i press the up and right button, the object will move at a very big circular motion, help ?

    ( i already installed android studio, sdk, and java and other stuff that is necessary to build android app)

    problem 1: so, i see some other post that says i need to make the correct path at tools - perferences - general.. i set it to android, set the path exactly same with the post i see.. then i close it. when i open it again, it become SWF again, no matter how many times i set it.. it will be SWF when i open it again..
    even when i already restart clickteam fusion..


    problem 2: also when i read other post in the forum.. the correct path is
    (C:\Users\dstroud\tools\ant\build.xml )
    my error is :
    (C:\Users\WINDOWS8\AppData\Local\Temp\AndFCED.tmp\build.xml:84: Cannot find C:\Users\WINDOWS8\AppData\Local\Android\sdk\tools\tools\ant\build.xml imported from C:\Users\WINDOWS8\AppData\Local\Temp\AndFCED.tmp\build.x)
    there are 2 "tools" there.. and i have no idea how to fix it...


    problem 3: i really dont know if the file is hidden or something, but when i try to search the file "ant\build.xml" i just cant find it anywhere.. i search it on google, and it says that i need to download another program again, i downloaded... same result, so i deleted it.. and when i select the path.. it wont show the "ant\build.xml"

    i think i found a way to fix this, i need to download the android sdk only or android studio ? or both ?

    ( i already downloaded android studio and java )


    problem 1: so, i see some other post that says i need to make the correct path at tools - perferences - general.. i set it to android, set the path exactly same with the post i see.. then i close it. when i open it again, it become SWF again, no matter how many times i set it.. it will be SWF when i open it again.. even when i restart clickteam fusion...


    problem 2: also when i read other post in the forum.. the correct path is
    (C:\Users\dstroud\tools\ant\build.xml )
    my error is :
    (C:\Users\WINDOWS8\AppData\Local\Temp\AndFCED.tmp\build.xml:84: Cannot find C:\Users\WINDOWS8\AppData\Local\Android\sdk\tools\tools\ant\build.xml imported from C:\Users\WINDOWS8\AppData\Local\Temp\AndFCED.tmp\build.x)
    there are 2 "tools" there.. and i have no idea how to fix it...


    problem 3: i dont know if the file is hidden or something, but when i try to search the file "ant\build.xml" i just cant find it anywhere.. i search it on google, and it says that i need to download another program again, i downloaded... same result, so i deleted it.. i also tried to search the path on the preferences - general.. and i cant find it too.. i even re installed android studio... the same result happened

    how do i move an object toward its own angle ? like.. move forward at its own angle.. just like a bullet.. I know how to use "Launch an object" Action.. but there will be a little gap. because there are only 24 directions... soo.. yea i cant find how to this anywhere on this forum, even youtube tutorials.. i know this is a newb question... but, yea... i need help :/