I'm curious to hear what folks are using, whether they're just setting up projects manually (which is easy enough, after all) or using one of these two. The new version seems utterly dumbed down to me - just adding, for instance, an import for Processing core will confuse it. Proclipsing had the advantage of easy methods for adding libraries and builds on existing template wizards.
But maybe I'm missing something?
And perhaps there's some potential for capabilities to be merged?
Eclipse android-core project from Subversion looks just fine, but just unsure how to set up the Java Build Path.
ANDROID_LIB is of course an unbound classpath variable by default, looking for the SDK. I'm guessing I want to go to Project Properties > Java Build Path > Libraries > ANDROID_LIB > Source attachment > Edit and choose a class variable. Then added ANDROID_LIB, pointing at the root directory for my SDK install (which for me is /home/peter/dev-tools/android-sdk-linux-x86/)
That re-builds and appears to restore ANDROID_LIB, but...
For some reason, seems here on Linux I'm not finding java.lang.Object, just for this project, within processing.xml... not sure why that'd be.
Thanks for the help; I know this isn't an officially-supported procedure, but it's always this basic stuff that gets me hung up in Eclipse; I'm fine once I've got it going, so appreciate the input. ;)