processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Processing mode and core library to create Android apps with Processing

Results 134 processing-android issues
Sort by recently updated
recently updated
newest added

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.

core
needs confirmation

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...

enhancement
help wanted
question
mode

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).

enhancement
mode

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)...

bug
core

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...

mode
needs confirmation

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...

opengl

**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

core

**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

core

**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

core

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...

enhancement
core