Processing for AndroidPre-release downloads of Processing with built-in support for Android. Note that this code is incomplete and contains many bugs. It is not ready for widespread use. It should be considered "nightly build" quality. Do not use this code while operating heavy equipment. Do not rely on this code for thesis or diploma work, as you will not graduate. Do not use this code if you're prone to whining about incomplete software that you download for free.InstructionsDownload and install the Android SDK. You do not need the "ADT Plugin for Eclipse" (step #2). However in step #3, make sure the following are also installed:
In keeping with the spirit of the Processing project, we hope to remove the Android SDK installation step from the download/install process. (Bug #1383) DownloadThese are pre-release versions of the Processing code. When it's ready for prime time, the Android components will be available as a separate download, or added to the main download.Read the revisions.txt document in the download to find out what's new and old in this release. open /Applications/Processing-0177.app. Theoretically you can set ANDROID_SDK in ~/.MacOSX/environment.plist, but I wouldn't recommend it, because it can break launching all applications on your machine. This mess will be fixed for 0178.2010 03 04 | Revision 0178 Windows standard or without Java | Mac OS X | Linux x86 2010 02 21 | Revision 0177 Windows standard or without Java | Mac OS X | Linux x86 2010 02 20 | Revision 0176 Windows standard or without Java | Mac OS X | Linux x86 2010 01 07 | Revision 0175 Windows standard or without Java | Mac OS X | Linux x86 2009 12 06 | Revision 0174 Windows standard or without Java | Mac OS X | Linux x86 2009 11 30 | Revision 0173 Windows standard or without Java | Mac OS X | Linux x86 2009 11 29 | Revision 0172 Windows standard or without Java | Mac OS X | Linux x86 Android ModeTo build for Android, select Tools → Android Mode. This will load the Android tools for the current sketch window. This overrides the behavior of the Run and Export options:
The size() command does nothing, all sketches are full screen (Bug #1397). Currently only 2D, but support for 3D is on its way (Bug #1396). Troubleshoot 'n DiscussPlease use this mailing list for all Android discussion. In the future, this will be moved to the discourse section of the site. The list is just to keep things manageable until things are at least "beta" quality.The most common problem is that the Android Debug Bridge gets itself into a weird state. If that happens, use Tools → Reset Android to reset the connection. If you find a bug, file it a dev.processing.org/bugs, and be sure to select the “android” component, so that it's routed to the correct location. A list of known bugs, sorted by priority, can be found here. |