processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
I'm running `Processing 3.2.1` on `Ubuntu 16.04.1` and I have installed `Android mode 3.0.1` using the Contribution Manager. I have been prompted to install the Android SDK and I end...
` void setup() { selectInput("Select a file to process:", "fileSelected"); } void fileSelected(File selection) { if (selection == null) { println("Window was closed or the user hit cancel."); } else...
I'm trying to build a simple ( trove-3.1a1-a24cc89a92cb194993d1f89968eb7168.jar Converting compiled files and external libraries into /var/folders/rk/8t33jqjj5l12wpq44wwbbnbr0000gp/T/android6356391992191255161sketch/bin/classes.dex... [dx] [dx] UNEXPECTED TOP-LEVEL EXCEPTION: [dx] com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536...
**Issue by [processing-bugs](https://github.com/processing-bugs)** _Tuesday May 14, 2013 at 00:16 GMT_ _Originally opened as https://github.com/processing/processing-android-archive/issues/23_ --- blendMode() is not yet supported on Android, please help us implement it!
I noticed that the library third parties `data` folder in Android mode 3.0.1 get not loaded as it is done in the desktop version, e.g., this library [data folder](https://github.com/remixlab/proscene/tree/master/data) doesn't...
I noticed that `registerMethod` for the Android `MotionEvent` and `KeyEvents` are not supported (I tested it in Android mode 3.0.1). If I remember well the later was supported in the...
I have an issue with the following code, copied from http://android.processing.org/tutorials/getting_started/index.html On my Galaxy S3 (Android 4.4.2) it works perfectly, but on my Galaxy S2 (Android 4.1.2) the event mousePressed...
When i am using save(), saveFrame(), saveStrings() there's no file written and no error is raised. This snipped works: ``` File storageDir = Environment.getExternalStorageDirectory(); String fileName = new File(storageDir, "/Pictures/"...
I've found this https://github.com/inventit/processing-android-serial , it could be a start My reasoning is explained here: https://github.com/inventit/processing-android-serial/issues/9#issue-167738576 I've also found this other libraries, but they are only for Java, not for...
**Issue by [processing-bugs](https://github.com/processing-bugs)** _Sunday May 12, 2013 at 21:55 GMT_ _Originally opened as https://github.com/processing/processing-android-archive/issues/11_ --- Original report: http://code.google.com/p/processing/issues/detail?id=1059