error BUILD FAILED I have installed android exporter,java jdk 7, android sdk

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 get this error and the following log**


    Buildfile: C:\Users\dstroud\AppData\Local\Temp\AndC818.tmp\build.xml

    BUILD FAILED
    C:\Users\dstroud\AppData\Local\Temp\AndC818.tmp\build.xml:83: Cannot find C:\Users\dstroud\tools\ant\build.xml imported from C:\Users\dstroud\AppData\Local\Temp\AndC818.tmp\build.xml

    Total time: 0 seconds

    **
    what is up?
    I have installed android exporter,java jdk 7, android sdk

  • Go Fusions preferences menu and there will a drop down for various exporters on one of the tabs (I'm not at my computer now so I can't check to see myself) you'll see Flash options Android in the drop down - select Android.

    Now there will be TWO paths - check that they are appropriately set (and make sure both paths aren't going to the same directory, this happened to mine once) I believe you need to link a path/directory to your installed SDK and to your installed Java.

    Check out my Game on Itch.io
    Please login to see this link.

  • that was it, thanks!
    i figured there was a path somewhere that needed to be tweaked, but could not figure where it was

    specifically it is tools>preferences>general - exporters and in this case the path to the android SDK i installed (though the path to the java JDK is there as well)

    thanks again

  • Hi guys, I have a similar build problem for Fusion Dev:

    BUILD FAILED
    C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:479: Unable to parse the SDK.

    ......................
    I've pointed everything to the correct place and it worked fine when I had Fusion 2.5 standard, but it's only recently started to give this error for the Fusion Dev version.

    Anyone know what this problem means?

    Personal portfolio: Please login to see this link.
    2D designer for: Please login to see this link.

  • 1) C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml

    Take your android SDK out of program files / put it on my documents or somewhere
    where you have more permissions.

    2) You need to update tools
    Please login to see this picture.

    :D
    This is the path I'm using for mine
    C:\Users\Halo\SDK\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030

    Please login to see this link.Please login to see this link.
    Take a course in Clickteam Fusion Please login to see this link.
    Youtube Please login to see this link.
    Please login to see this link.

  • Jeff  Sparckman Thanks guys, yes it is the Android SDK, a few things need to be updated or installed. The extensions mentioned by sparckman are correct. Thanks guys, I thought it was a fusion Dev specific thing because standard fusion build did not give me any errors.

    Personal portfolio: Please login to see this link.
    2D designer for: Please login to see this link.

  • Buildfile: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 24.3.4
    [checkenv] Installed at C:\androidsdk

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

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 23.0.0
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 4.3.1
    [gettarget] API level: 18
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\bin
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\bin\res
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\gen
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\bin\classes
    [mkdir] Created dir: C:\Users\Joey\AppData\Local\Temp\And1BDD.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 450 source files to C:\Users\Joey\AppData\Local\Temp\And1BDD.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\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:29: error: cannot find symbol
    [javac] import Extensions.CRunBox2DBase;
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: package Extensions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:50: error: cannot find symbol
    [javac] public CRunBox2DBase m_base;
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:89: error: cannot find symbol
    [javac] private CRunBox2DBase GetBase()
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:101: error: cannot find symbol
    [javac] CRunBox2DBase pBase = (CRunBox2DBase)((CExtension)pObject).ext;
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:101: error: cannot find symbol
    [javac] CRunBox2DBase pBase = (CRunBox2DBase)((CExtension)pObject).ext;
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:154: error: cannot find symbol
    [javac] this.m_jointName = file.readString(CRunBox2DBase.MAX_JOINTNAME);
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:155: error: cannot find symbol
    [javac] this.m_jointObject = file.readString(CRunBox2DBase.MAX_JOINTOBJECT);
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:180: error: cannot find symbol
    [javac] CRunBox2DBase pBase=this.GetBase();
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:211: error: cannot find symbol
    [javac] this.m_body = this.m_base.rCreateBody(BodyDef.BodyType.DynamicBody, this.ho.hoX, this.ho.hoY, this.m_angle, this.m_gravity, this, CRunBox2DBase.CBFLAG_FIXEDROTATION, 0);
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:262: error: cannot find symbol
    [javac] case CRunBox2DBase.JTYPE_REVOLUTE:
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:265: error: cannot find symbol
    [javac] case CRunBox2DBase.JTYPE_DISTANCE:
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:268: error: cannot find symbol
    [javac] case CRunBox2DBase.JTYPE_PRISMATIC:
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:461: error: cannot find symbol
    [javac] this.m_base.rBodySetPosition(this.m_body, x, CRunBox2DBase.POSDEFAULT);
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:471: error: cannot find symbol
    [javac] this.m_base.rBodySetPosition(this.m_body, CRunBox2DBase.POSDEFAULT, y);
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:486: error: cannot find symbol
    [javac] float speedf = speed / 100.0f * CRunBox2DBase.SETVELOCITY_MULT;
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:583: error: cannot find symbol
    [javac] force=(float)this.getParam1()/100.0f*CRunBox2DBase.APPLYIMPULSE_MULT;
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:588: error: cannot find symbol
    [javac] force=(float)this.getParam1()/100.0f*CRunBox2DBase.APPLYFORCE_MULT;
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:593: error: cannot find symbol
    [javac] force=(float)this.getParam1()/100.0f*CRunBox2DBase.SETVELOCITY_MULT * SPEEDRATE;
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.tmp\src\Movements\CRunMvtbox2d8directions.java:608: error: cannot find symbol
    [javac] double velocity = Math.sqrt(v.x * v.x + v.y * v.y)*100.0/(CRunBox2DBase.SETVELOCITY_MULT * SPEEDRATE);
    [javac] ^
    [javac] symbol: variable CRunBox2DBase
    [javac] location: class CRunMvtbox2d8directions
    [javac] C:\Users\Joey\AppData\Local\Temp\And1BDD.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\Joey\AppData\Local\Temp\And1BDD.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\Joey\AppData\Local\Temp\And1BDD.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\Joey\AppData\Local\Temp\And1BDD.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\Joey\AppData\Local\Temp\And1BDD.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\Joey\AppData\Local\Temp\And1BDD.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] 19 errors
    [javac] 9 warnings

    I tried so many tutorials and instructions and downloads and nothing works. PLEASE HELP. NO MATTER WHAT I DO I CAN'T BUILD FOR ANDROID I KEEP GETTING THIS...


    BUILD FAILED
    C:\androidsdk\tools\ant\build.xml:716: The following error occurred while executing this line:
    C:\androidsdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.

    Total time: 4 seconds

  • Hi, it could be a few things.
    But looking at the log My guess is.

    1. You selected API 18, (do you have it installed) (press the button, use latest API)
    2. I see SDK 23 and 24. You need an older version if you have API 18.

    Check your SDK manager, and make sure you have the older SDK Tools installed, otherwise download API 22.

    API 23 is for Android 6, and i am not sure if that's supported yet.

  • >> API 23 is for Android 6, and i am not sure if that's supported yet.

    I confirm API 23 is not supported yet, Google has deprecated some features used by the current version of the runtime. You have to use API #22 as build API in your build properties.

  • I tried reinstalling everything and finally the PATH in my system was set up right I didn't know they had to both be listed in the same path variable. I also used API 19 with 4.4 and it worked. Thankyou for your replys.

    I am making an android game now I am having a problem with my scrolling. If someone could help me with that I would appreciate it.

    I have the camera following a object and it can scroll left and right. Then I have a button that will set the position of the object to the beginning, (that works fine) and I have another that sets it to the end, which works but when i try to scroll, the camera reverts back to the beginning again and the object is left at the end. I have it set up so it always follows the frame.

    I am using platform movement because the eight direction was too slow and didnt work well.
    My scroll area is close to 60000X and I am sure nothing goes off the play area.


    ---please and thankyou

  • for me, it appeared to be working anyway... but I remade your scrolling because it was made with some strange techniques.

    It's possible some of your objects were being destroyed if you didn't change the objects properties

    -- untick "destroy object if too far from frame
    -- Inactivate if too far from window - set to NO

    Please login to see this attachment.

    Check out my Game on Itch.io
    Please login to see this link.

  • The game worked on the pc but not when i tested it on my phone. Thankyou for showing me the other techniques. if i add and subtract from the position it is way easier then using the speed and i can remove quite a bit of events. You fixed the problem I was having thanx for your help. much apreciated.

  • I am currently reinstalling all my Fusion exporters on my new laptop since my last one died. I'm getting this error--

    [dependency] Library dependencies:
    [dependency]
    [dependency] ------------------
    [dependency] Ordered libraries:
    [dependency]
    [dependency] ------------------
    [dependency] Found 2 versions of google-play-services.jar in the dependency list,
    [dependency] but not all the versions are identical (check is based on SHA-1 only at this time).
    [dependency] All versions of the libraries must be the same at this time.
    [dependency] Versions found are:
    [dependency] Path: C:\Users\Nick\AppData\Local\Temp\And34E3.tmp\google-play-services_lib\libs\google-play-services.jar
    [dependency] Length: 3508206
    [dependency] SHA-1: 9b63d9aba531aa7ff5dd30e0c872e8ca550b363a
    [dependency] Path: C:\Users\Nick\AppData\Local\Temp\And34E3.tmp\libs\google-play-services.jar
    [dependency] Length: 3406972
    [dependency] SHA-1: 0f700f6802ba1a1f1fa7ac26d5db0666a89d75a6

    BUILD FAILED
    C:\Users\Nick\AppData\Local\Android\sdk\tools\ant\build.xml:573: Jar mismatch! Fix your dependencies

    Anyone know how to fix this?

    Also, I noticed this comment above.

    >> API 23 is for Android 6, and i am not sure if that's supported yet.

    I confirm API 23 is not supported yet, Google has deprecated some features used by the current version of the runtime. You have to use API #22 as build API in your build properties.

    I am currently using API 23. Where can you change it to API 22? I'm not seeing an option for that. Thanks

  • what version of Fusion you are using?

    Regards,


    Fernando Vivolo

    ... new things are coming ...

Participate now!

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