User Tag List

Results 1 to 9 of 9

Thread: Building the application fails

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    TheChiller's Avatar
    Join Date
    Jul 2010
    Location
    Germany
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Building the application fails

    When trying to build an app to test it on my smartphone, the building in CF2.5 crashes after some seconds. Tried to find this problem on here, the only solution I could find (changing "a new touch has started" to "active touch") does not help.
    Building a blank app, however, works fine. The error log is appended.
    Thanks in advance!

    Code:
    Buildfile: C:\Users\Malte\AppData\Local\Temp\AndAFC0.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 22.6.2
     [checkenv] Installed at D:\Program Files (x86)\Android\android-sdk
    
    -setup:
         [echo] Project Name: RuntimeAndroid
      [gettype] Project Type: Application
    
    -build-setup:
    [getbuildtools] Using latest Build Tools: 19.0.3
         [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target:   Android 4.0
    [gettarget] API level:        14
         [echo] ----------
         [echo] Creating output directories if needed...
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\bin
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\bin\res
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\bin\rsObj
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\bin\rsLibs
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\gen
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\bin\classes
        [mkdir] Created dir: C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\bin\dexedLibs
         [echo] ----------
         [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency] 
    [dependency] ------------------
    [dependency] API<=15: Adding annotations.jar to the classpath.
         [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] 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 440 source files to C:\Users\Malte\AppData\Local\Temp\AndAFC0.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\Malte\AppData\Local\Temp\AndAFC0.tmp\src\Extensions\CRunInputType.java:436: error: cannot find symbol
        [javac] 						if(ViewExt instanceof CRunkcedit) {
        [javac] 						                      ^
        [javac]   symbol:   class CRunkcedit
        [javac]   location: class CRunInputType
        [javac] C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\src\Extensions\CRunInputType.java:437: error: cannot find symbol
        [javac] 							CRunkcedit edit = ((CRunkcedit)ViewExt);
        [javac] 							^
        [javac]   symbol:   class CRunkcedit
        [javac]   location: class CRunInputType
        [javac] C:\Users\Malte\AppData\Local\Temp\AndAFC0.tmp\src\Extensions\CRunInputType.java:437: error: cannot find symbol
        [javac] 							CRunkcedit edit = ((CRunkcedit)ViewExt);
        [javac] 							                    ^
        [javac]   symbol:   class CRunkcedit
        [javac]   location: class CRunInputType
        [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 errors
        [javac] 3 warnings
    
    BUILD FAILED
    D:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:720: The following error occurred while executing this line:
    D:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.
    
    Total time: 4 seconds

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    Idea -- Not sure if it will have any effect.
    Set the API to a higher level -- I think from what I read you have it set to 14

    Also --
    Can you make a simple MFA file that crashes when you try to compile so I can try to compile it here?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    TheChiller's Avatar
    Join Date
    Jul 2010
    Location
    Germany
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Setting the API to a higher level doesn't help against abortion of compiling.
    But here's the link, although the program's actions are left complex: https://www.dropbox.com/s/3rgqogke52...rm%20clock.mfa

  4. #4
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    Have you updated to the latest Android beta version?

  5. #5
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    I am taking a look and confirm I get a build error

    Time to rip it apart and see what object or action is causing the problem.
    I suspect something with the Date & Time object but that is just a guess.

    Edit on second thought -- The error log directly says something about the inputtype extension... So I bet the bug is in that.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    TheChiller's Avatar
    Join Date
    Jul 2010
    Location
    Germany
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I saw this too but have no idea what the inputtype extension should be. is it android related? I did not use it in the program

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    TheChiller's Avatar
    Join Date
    Jul 2010
    Location
    Germany
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here#s a list of all used extensions extensions.jpg

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    TheChiller's Avatar
    Join Date
    Jul 2010
    Location
    Germany
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was the extension Android/iOS input type. What can I do to reuse it in the program (as I will have situations where I can definitely make use of it)? Where do I find a beta or something?

  9. #9
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    inside the thread "281.3" there is a beta

    the error you mentioned above seems that is mixing some old object with new version
    Regards,


    Fernando Vivolo

    ... new things are coming ...

Similar Threads

  1. Out of Memory when building the application?
    By Gimbabwe in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 9th August 2012, 10:39 PM
  2. Problem with building the application
    By monkeytherat in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 19th September 2011, 04:43 AM
  3. After building, application didn't work on Mac
    By Michael_Nelson in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 12th January 2009, 01:55 AM
  4. Building Application Problems
    By Mephistus in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 8th February 2008, 12:05 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
  •