Hello,
After a few days of trying, I still have trouble compiling and uploading any arduino adk stuff with processing. Even the example stuff won't work. What do I do wrong? I tried run on device and tools -> arduino adk. I keep getting compile and upload and then:
TEST TEST: 4
Arduino_ADK 0.1a
by D. Cuartielles, A. Goransson
at http://arduino.cc, http://1scale1.com
D:\android-sdk-windows
The date “Wed Jul 03 10:11:21 CEST 2041
” could not be parsed.
Please report this as a bug so we can fix it.
Exception in thread "Thread-48" java.lang.NoSuchMethodError: cc.arduino.adk.processing.MyBuild.preprocess(Ljava/io/File;Ljava/lang/String;Lprocessing/mode/java/preproc/PdePreprocessor;)Ljava/lang/String;
at cc.arduino.adk.processing.MyBuild.createProject(Unknown Source)
at cc.arduino.adk.processing.MyBuild.build(Unknown Source)
at cc.arduino.adk.processing.MyCompileThread.compileAndUpload(Unknown Source)
at cc.arduino.adk.processing.MyCompileThread.run(Unknown Source)
And then later:
BUILD FAILED
D:\android-sdk-windows\tools\ant\build.xml:679: The following error occurred while executing this line:
D:\android-sdk-windows\tools\ant\build.xml:692: Compile failed; see the compiler error output for details.
Total time: 4 seconds
My other apps work fine on the androiddevice. As long as I don't try anything with arduino in it. I use the latest version of Processing 2.0a7
Please help.
thanks in advance
Danny
Rotterdam, Netherlands