layout: page title: “Setting Up Processing for Android” #date: 2013–06–07 08:06 comments: true sharing: true footer: true —
-
Download the latest version of processing (currently Processing 2.0) from the Processing website.
-
Download the Android ADT Bundle from the Android Development Website.
-
If you can’t get the ADT Bundle, the SDK Tools Only option will also work.
-
In the ADT folder, go to
sdk -> tools
, and execute theandroid
app. -
Click the checkbox next to
Android 2.3.3 (API 10)
. -
Click the Install Button.
-
Open the processing application.
-
There is a tab in the top right corner, that might say (click it to see the options).
-
Java
-
Experimental
-
Android
-
If Android is an option, or is already selected, choose it.
-
Otherwise, select
Add Mode...
-
Select
Android Mode
and ClickInstall
. -
Close the popup, and select android from the menu.
-
On the Device Go to Settings -> Developer Options
-
Turn
USB Debugging
On. -
Plug in the Android tablet.
-
Click Run in the processing window.
-
Enjoy your newly created Android App.