processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
when using loadFont() loading ttf in the data folder, I can't run the app (Device nor Emulator). Console says there is no font in the directory, app can't load it.
Greetings! I seek some support for Arduino USB Host of an Android Accessory. REF: https://www.arduino.cc/en/Tutorial/AndroidAccessoryDigitalWrite Any thoughts regarding additional information regarding the ArduinoAdkUsb object? The Processing sample code from the...
Right now, the mode simply says that the Android SDK was found but there are some missing files, which makes hard to know what exactly is missing, as discussed [here](https://forum.processing.org/two/discussion/24012/android-sdk-failed-to-load).
If running in the emulator, watch faces crash with the following error when selecting them: ``` FATAL EXCEPTION: main Process: processing.test.watchface, PID: 3082 java.lang.RuntimeException: no matching EGL configs at android.support.wearable.watchface.Gles2WatchFaceService$Engine.chooseEglConfig(Gles2WatchFaceService.java:167)...
I create a standard void setup(){} void draw(){}, and it crashes on compiling. So It never runs. here is the console: -build-setup: Using latest Build Tools: 25.0.1 [echo] Resolving Build...
Sometimes (but not always), when changing the orientation of this sketch: ``` float angle; void setup() { fullScreen(P3D); PFont font = createFont("Arial", 100); textFont(font); } void draw() { background(157); text("Frame...
**Issue by [processing-bugs](https://github.com/processing-bugs)** _Sunday May 12, 2013 at 21:45 GMT_ _Originally opened as https://github.com/processing/processing-android-archive/issues/6_ --- Moved from here: https://code.google.com/p/processing/issues/detail?id=1502
**Issue by [processing-bugs](https://github.com/processing-bugs)** _Sunday May 12, 2013 at 21:44 GMT_ _Originally opened as https://github.com/processing/processing-android-archive/issues/5_ --- Moved from https://github.com/processing/processing/issues/1628
**Issue by [processing-bugs](https://github.com/processing-bugs)** _Sunday May 12, 2013 at 21:41 GMT_ _Originally opened as https://github.com/processing/processing-android-archive/issues/4_ --- Moved from here: https://github.com/processing/processing/issues/1640
save()
What does the save() function do in Android Processing? Can I create a bitmap from my current sketch? How can I then access this bitmap? Otherwise, what is the process...