Where to find the compiler error output?
in
Android Processing
•
3 years ago
Hey Guys.
I have an android app that compiles and runs fine, until I paste in a function that I've written previously (in 'normal' processing). The compile error says: "Compile failed: see the compiler output for details".
I can probably work out for myself what the problem is in this function, but only if I can find out some more about the error. does anyone know where the compiler output lives?
I can post the function if it would help, but as I said, I can probably fix it myself. It does use the java 'SimpleDateFormat' and 'DateFormat' classes, but both these are also in the android SDK, so it can't be difficult to get it working right?
thanks
Jim
- BUILD FAILED
- C:UJimDesktopandroid-sdk-windowsplatformsandroid-7antant_rules_r2.xml:255: Compile failed; see the compiler error output for details.
- Total time: 1 second
- C:UJimDesktopandroid-sdk-windowsplatformsandroid-7antant_rules_r2.xml:255: Compile failed; see the compiler error output for details.
- at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
- at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
- at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
- at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- at java.lang.reflect.Method.invoke(Method.java:597)
- at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
- at org.apache.tools.ant.Task.perform(Task.java:348)
- at org.apache.tools.ant.Target.execute(Target.java:357)
- at org.apache.tools.ant.Target.performTasks(Target.java:385)
- at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
- at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
- at processing.app.tools.android.Build.antBuild(Unknown Source)
- at processing.app.tools.android.AndroidTool.runSketchOnDevice(Unknown Source)
- at processing.app.tools.android.AndroidTool.access$500(Unknown Source)
- at processing.app.tools.android.AndroidTool$RunHandler.run(Unknown Source)
- at java.lang.Thread.run(Thread.java:619)
1