User Tag List

Page 25 of 29 FirstFirst ... 15 23 24 25 26 27 ... LastLast
Results 241 to 250 of 289

Thread: Build Failed ---- Things to check

  1. #241
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2014
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so I may have found the problem( Maybe), But if it is Maybe u can help me to fix it as I have no idea.

    I decided to uninstall al the API/Platforms and build tools in the SDK Manager and just install the relevant items for API 24 (result was same error).
    So I decided to try the same with API 23 But I forgot to add the Google API file before I ran the build and oddly got the same error.

    So I tried it a few more times with different API and it seems that so long as the platform tools and build tools are installed It posts the same build error weather or not I have an API installed.

    To me that means its either failing before it gets to access the API or the API is downloading pre-corrupted.

    Don't know if that helps or not.

  2. #242
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)

    now that I see your image I thing you will need to update the android sdk tools and android and you platform tools

    may you want to try using android SDK 24 as you have there you must delete the build tools to match the version 24 or update as 25 is working here fine
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #243
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2014
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Android SDK Tools is what I was on before I downgraded using the link Perry provided earlier in this thread. Will re-Update and remove all but the build tools for 24.

    Upgraded SDK Tools- 25.25

    Build tools 24 - API 24
    BuildTool24.jpg

    Build Tool 25 - API 24
    BuildTool25.jpg

    Both Give the same build error:

    Buildfile: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\b uild.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.5
    [checkenv] Installed at F:\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.3
    [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\LORDWA~1\AppData\Local\Temp\And236B.tmp\b in
    [mkdir] Created dir: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\b in\res
    [mkdir] Created dir: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\b in\rsObj
    [mkdir] Created dir: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\b in\rsLibs
    [mkdir] Created dir: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\g en
    [mkdir] Created dir: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\b in\classes
    [mkdir] Created dir: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.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\LORDWA~1\AppData\Local\Temp\And236B.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] 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] 3 warnings

    -post-compile:

    -obfuscate:

    -dex:
    [dex] input: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\b in\classes
    [dex] input: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\l ibs\zip_file.jar
    [dex] input: C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\l ibs\android-support-v4.jar
    [dex] Pre-Dexing C:\Users\LORDWA~1\AppData\Local\Temp\And236B.tmp\l ibs\zip_file.jar -> zip_file-f9693d8c566c6a11a3de6b6d3c81e89b.jar
    [dx] The system cannot find the file specified.

    BUILD FAILED
    F:\Android-SDK\tools\ant\build.xml:888: The following error occurred while executing this line:
    F:\Android-SDK\tools\ant\build.xml:890: The following error occurred while executing this line:
    F:\Android-SDK\tools\ant\build.xml:902: The following error occurred while executing this line:
    F:\Android-SDK\tools\ant\build.xml:283: null returned: 255

    Total time: 5 seconds

  4. #244
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    mm very strange could it be that something in java sdk was not correctly installed?

    also just for the fun did you check in fusion preferences general if the directory for java sdk and android sdk are correct
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  5. #245
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2014
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea they are both correct will post a screenshot.

    Completely removed all Java and reinstalled jdk1.8.0_144 (64bit) --- Same build error.
    Removed the 64 bit and installed the 32bit ---- Same Build error.
    Removed all Java and installed (Older Version) jdk1.8.0_131 --- Same Build error.

    Removed all Java and reinstalled back to jdk1.8.0_144 (64bit).

    Also Moved the Android SDK Out of my Users folder to its own folder

    Preferences Screenshot
    CTF_Pref.png

  6. #246
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    hmm clueless, what antivirus you are using and did you try to build with antivirus disable?
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  7. #247
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2014
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I only have windows defender and yea its disabled.

    Double checked its off and tried the build again same Error.

  8. #248
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    Did you try reinstalling fusion with the exporter?

    Sent from my SM-G955U using Tapatalk

  9. #249
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2014
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea I have reinstalled fusion and the exporter twice, But I will do it again to be sure.

    decided to do a full Scrub and reinstall
    Uninstalled all Java
    Uninstalled all android sdk
    Uninstalled fusion and exporter
    Deleted left over Fusion folder in steam directory and under users

    Ran CCleaner: both File and Registry cleaners
    Rebooted
    Ran CCleaner: both File and Registry cleaners

    Installed Java jdk1.8.0_144 (64bit).
    Installed Android SDK
    Updated android SDK Tools To 25.2.5
    Installed Platform tools and build tools
    Installed SDK Platform and API for 24

    Installed Steam version fusion 2.5 and exporter

    Loaded and ran blank Build using API 24

    Build Failed Same Error..

  10. #250
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Wodjanoi's Avatar
    Join Date
    Jun 2015
    Location
    Germany
    Posts
    665
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    That's odd indeed.

    I have a Guide with instructions on how to build apk for new Fusion users on Steam, but I don't know if there is any problem with Win 10 Creative update - I use Windows 8.
    Could you follow this Guide when reinstalling, just to check if this works for you as Win 10 user or not?

    http://steamcommunity.com/sharedfile.../?id=914599868

Page 25 of 29 FirstFirst ... 15 23 24 25 26 27 ... LastLast

Similar Threads

  1. BUILD FAILED
    By gregoire0 in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 18th April 2013, 04:05 PM
  2. Build failed
    By Farhan in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 9th April 2013, 06:09 PM
  3. [RC7] BUILD FAILED
    By Pharanygitis in forum Android Export Module Version 2.0
    Replies: 7
    Last Post: 29th March 2013, 01:44 PM
  4. Build #255 installation failed
    By Czentnar in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st July 2012, 05:55 PM
  5. Beta 29 - Failed Build
    By Kisguri in forum Android Export Module Version 2.0
    Replies: 5
    Last Post: 22nd May 2012, 10:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •