User Tag List

Results 1 to 4 of 4

Thread: Build Failed even on Blank App

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jun 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Build Failed even on Blank App

    I cant seem to get the android exporter to build an apk without failing.
    Im using the latest android 23 sdk and java 8 jdk, made sure my api and preference settings were correct.
    I get the same error just building an empty app in mmf2 and mmf2.5, so im hoping its something on my end.
    It looks like in the DX area its trying to locate something?

    Code:
    Buildfile: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\build.xml
    
    -set-mode-check:
    
    -set-debug-files:
    
    -check-env:
     [checkenv] Android SDK Tools Revision 23.0.2
     [checkenv] Installed at C:\Users\butter\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: 20.0.0
         [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target:   Android 4.4.2
    [gettarget] API level:        19
         [echo] ----------
         [echo] Creating output directories if needed...
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\res
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\rsObj
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\rsLibs
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\gen
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\bin\classes
        [mkdir] Created dir: C:\Users\butter\AppData\Local\Temp\And27A0.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 379 source files to C:\Users\butter\AppData\Local\Temp\And27A0.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] 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\butter\AppData\Local\Temp\And27A0.tmp\bin\classes
          [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\notification.jar
          [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\android-support-v4.jar
          [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\gamecontroller.jar
          [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\google-play-services.jar
          [dex] input: C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\ouya-sdk.jar
          [dex] Pre-Dexing C:\Users\butter\AppData\Local\Temp\And27A0.tmp\libs\notification.jar -> notification-68bd771b24c068e654aeb05b9a98b78c.jar
           [dx] '""' is not recognized as an internal or external command,
           [dx] operable program or batch file.
           [dx] '""' is not recognized as an internal or external command,
           [dx] operable program or batch file.
           [dx] '""' is not recognized as an internal or external command,
           [dx] operable program or batch file.
    
    BUILD FAILED
    C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:892: The following error occurred while executing this line:
    C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:894: The following error occurred while executing this line:
    C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:906: The following error occurred while executing this line:
    C:\Users\butter\AppData\Local\Android\android-sdk\tools\ant\build.xml:283: null returned: 1
    
    Total time: 6 seconds

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    weird can you reinstall last beta?

    seems that a lib is missing that should be inside RuntimeAndroid.zip

    if the error stay please use java 7 update 60.

    i am using the latest android sdk update but i am stick to use java 7.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jun 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I installed java 7 and still get the error.

    Just for kicks I created a new user under windows 7 (64 bit), logged on as that user and the android exporter worked with no problems!!

    I logged back on as my user and it gives me the same error....any idea of a registry setting I could check?

    I can always use the other account but would love to know whats causing the library runtime not to be seen.

  4. #4
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    The directories for android sdk and Java sdk are correct inside the preference -- general, right?

    also can you verify that the path in environment does exist for Java and for android platform and tools

    https://dl.dropboxusercontent.com/u/...stallation.pdf

    sorry for the typos and English errors inside.

    hope it help
    Regards,


    Fernando Vivolo

    ... new things are coming ...

Similar Threads

  1. build failed (sometimes)
    By gagegage926 in forum Android Export Module 2.5
    Replies: 9
    Last Post: 14th August 2014, 08:21 AM
  2. BUILD FAILED
    By gregoire0 in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 18th April 2013, 04:05 PM
  3. Build failed
    By Farhan in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 9th April 2013, 06:09 PM
  4. [RC7] BUILD FAILED
    By Pharanygitis in forum Android Export Module Version 2.0
    Replies: 7
    Last Post: 29th March 2013, 01:44 PM
  5. Blank Screen after initial Build & Run
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 12th March 2012, 04:52 AM

Posting Permissions

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