Been trying to work through this error when I run Tools -> Android ADK. Running Processing 2.0a6 with both a 2.3.3 phone and 4.0.3 tablet. Every time I run it, the number changes in the error Thread-26 section. Running Windows 7, Installed SDK tools Rev 20, SDK platform-tools 12, API 15 and 10 SDK Platform and Google APIs
TEST TEST: 4
Arduino_ADK 0.1a
by D. Cuartielles, A. Goransson
C:\Program Files\Android\android-sdk
Exception in thread "Thread-26" 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)
I'm sure I'm missing something simple but I've gone through the install tutorial over a couple times. Any help would be appreciated
1