Difference between revisions of "Processing to Android app"
Line 1: | Line 1: | ||
It is possible to use Processing to make a native Android app. | It is possible to use Processing to make a native Android app. | ||
− | + | To do so you need to install: | |
• Processing <br> | • Processing <br> | ||
Line 7: | Line 7: | ||
• Android SDK (Software Development Kit)<br> | • Android SDK (Software Development Kit)<br> | ||
− | Also it is possible to install additional libraries in Processing to access the sensors of your mobile device more easily. One that I found useful is the | + | Also it is possible to install additional libraries in Processing to access the sensors of your mobile device more easily. One that I found useful is the [https://code.google.com/p/ketai/ Ketai library]. |
Line 19: | Line 19: | ||
<p> | <p> | ||
- - - - - - - - - - - - - - - - - - - - <br> | - - - - - - - - - - - - - - - - - - - - <br> | ||
− | '''step #2''' | + | '''step #2'''<br> |
install Android Software Development Kit to be able to create a android App. | install Android Software Development Kit to be able to create a android App. | ||
− | + | https://developer.android.com/sdk/index.html?hl=i#download | |
− | + | Update the necessary tools and updates | |
</p> | </p> | ||
+ | <p> | ||
- - - - - - - - - - - - - - - - - - - - <br> | - - - - - - - - - - - - - - - - - - - - <br> | ||
− | '''step #3''' | + | '''step #3'''<br> |
− | download and move android-mode for Processing and place in folder „modes” | + | download and move [https://dl.dropboxusercontent.com/u/5898761/AndroidMode.zip android-mode for Processing] and place in folder „modes” |
(strangely the latest version of android mode @ the official website doesn’t work for me) | (strangely the latest version of android mode @ the official website doesn’t work for me) | ||
− | |||
− | - - - - - - - - - - - - - - - - - - - - | + | </p> |
− | '''stap #5''' | + | <p> |
+ | - - - - - - - - - - - - - - - - - - - - <br> | ||
+ | '''stap #5'''<br> | ||
follow the steps in this blogpost to add a JDK to the Processing app’s Package Contents | follow the steps in this blogpost to add a JDK to the Processing app’s Package Contents | ||
− | + | http://forum.processing.org/two/discussion/6911/cannot-install-android-mode/p1 | |
− | + | </p> | |
done! | done! |
Revision as of 17:07, 18 November 2014
It is possible to use Processing to make a native Android app.
To do so you need to install:
• Processing
• Android mode in Processing
• Android SDK (Software Development Kit)
Also it is possible to install additional libraries in Processing to access the sensors of your mobile device more easily. One that I found useful is the Ketai library.
The following steps worked for my computer (Processing 2.2.1 and on OSX 10.9)
- - - - - - - - - - - - - - - - - - - -
step #1
download processing
https://processing.org/download/
- - - - - - - - - - - - - - - - - - - -
step #2
install Android Software Development Kit to be able to create a android App.
https://developer.android.com/sdk/index.html?hl=i#download
Update the necessary tools and updates
- - - - - - - - - - - - - - - - - - - -
step #3
download and move android-mode for Processing and place in folder „modes”
(strangely the latest version of android mode @ the official website doesn’t work for me)
- - - - - - - - - - - - - - - - - - - -
stap #5
follow the steps in this blogpost to add a JDK to the Processing app’s Package Contents
http://forum.processing.org/two/discussion/6911/cannot-install-android-mode/p1
done!