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






Reply With Quote
