# Processing for Android

**URL:** https://discourse.processing.org/c/processing-android/12.md?no_subcategories=false&page=9

[Latest](https://discourse.processing.org/latest.md) · [Categories](https://discourse.processing.org/categories.md) · [Tags](https://discourse.processing.org/tags.md)

**Page:** 10

---

## [How can I replace the connector in Android Board?](https://discourse.processing.org/t/how-can-i-replace-the-connector-in-android-board/33811)

<div class="topic-metadata">

**Author:** [@deion123](https://discourse.processing.org/u/deion123)\
**Replies:** 0\
**Last updated:** [November 29, 2021, 2:39am UTC](https://discourse.processing.org/t/how-can-i-replace-the-connector-in-android-board/33811 "2021-11-29T02:39:33Z")

</div>

I recently purchased an aftermarket/no brand Android cell phone from China. So far there are no regrets and it has worked out nice. However like all things that are not brand name there are always trade offs and less att…

---

## [Russian letter android](https://discourse.processing.org/t/russian-letter-android/33462)

<div class="topic-metadata">

**Author:** [@Filatov](https://discourse.processing.org/u/Filatov)\
**Replies:** 0\
**Last updated:** [November 11, 2021, 5:12pm UTC](https://discourse.processing.org/t/russian-letter-android/33462 "2021-11-11T17:12:25Z")

</div>

Hello. Tell me how you can use the Russian language in the text output in the application. Shows the broken encoding. I also tried to load fonts, it does not display. I’m using Processing3. I looked at the forum, ther…

---

## [Android notification pls help](https://discourse.processing.org/t/android-notification-pls-help/33309)

<div class="topic-metadata">

**Author:** [@MonteliaRO](https://discourse.processing.org/u/MonteliaRO)\
**Replies:** 6\
**Last updated:** [November 11, 2021, 12:17am UTC](https://discourse.processing.org/t/android-notification-pls-help/33309 "2021-11-11T00:17:37Z")

</div>

Hello i want thus and i found thus Code but don’t Work! import android.app.NotificationChannel; import android.app.NotificationManager; import android.support.v4.app.NotificationCompat; import android.support.v4.app.N…

---

## [Building App Bundles with Processing](https://discourse.processing.org/t/building-app-bundles-with-processing/16471)

<div class="topic-metadata">

**Author:** [@humano](https://discourse.processing.org/u/humano)\
**Replies:** 4\
**Last updated:** [November 8, 2021, 4:51pm UTC](https://discourse.processing.org/t/building-app-bundles-with-processing/16471 "2021-11-08T16:51:16Z")

</div>

I have finished my app with processing, I have exported to apk file and now Google Play says I need a bundle. All tutorials on internet are with Android Studio, but I don’t know how to use this software, and every tutori…

---

## [How to create Android app bundle?](https://discourse.processing.org/t/how-to-create-android-app-bundle/26592)

<div class="topic-metadata">

**Author:** [@gio93](https://discourse.processing.org/u/gio93)\
**Replies:** 8\
**Last updated:** [November 8, 2021, 4:49pm UTC](https://discourse.processing.org/t/how-to-create-android-app-bundle/26592 "2021-11-08T16:49:32Z")

</div>

how to create android app bundle?

---

## [\[Processing Android\] BLE GATT EXAMPLE](https://discourse.processing.org/t/processing-android-ble-gatt-example/33239)

<div class="topic-metadata">

**Author:** [@GWAK](https://discourse.processing.org/u/GWAK)\
**Replies:** 3\
**Last updated:** [November 2, 2021, 11:45pm UTC](https://discourse.processing.org/t/processing-android-ble-gatt-example/33239 "2021-11-02T23:45:50Z")

</div>

VIDEO(YOUTUBE) https://youtu.be/ilDFFb0BbH4 https://youtu.be/ilDFFb0BbH4 Processing SOURCE CODE BLE\_UART\_RAYTEMPBLUE.zip - Google Drive (You need to find the UUID carefully and write it down.) Arduino Code …

---

## [The pixels array is null using setTexture()](https://discourse.processing.org/t/the-pixels-array-is-null-using-settexture/23712)

<div class="topic-metadata">

**Author:** [@garrettlynch](https://discourse.processing.org/u/garrettlynch)\
**Replies:** 8\
**Last updated:** [October 31, 2021, 10:46pm UTC](https://discourse.processing.org/t/the-pixels-array-is-null-using-settexture/23712 "2021-10-31T22:46:08Z")

</div>

Running the simple sketch below on Android I keep getting “The pixels array is null.” error. The error does not happen when I use Java mode on my computer. From what I’ve read this error is usually caused by a missing lo…

---

## [Draw stay-on-screen objects/UI with AR renderer](https://discourse.processing.org/t/draw-stay-on-screen-objects-ui-with-ar-renderer/33161)

<div class="topic-metadata">

**Author:** [@miiiko](https://discourse.processing.org/u/miiiko)\
**Replies:** 0\
**Last updated:** [October 29, 2021, 1:04pm UTC](https://discourse.processing.org/t/draw-stay-on-screen-objects-ui-with-ar-renderer/33161 "2021-10-29T13:04:06Z")

</div>

I’m thinking of using Processing for Android as an AR prototyping tool. But the official examples using the AR renderer only show how to draw 2D/3D forms or add .obj objects into the 3D scene. Is it possible to draw/add …

---

## [Android MediaPlayer help](https://discourse.processing.org/t/android-mediaplayer-help/33133)

<div class="topic-metadata">

**Author:** [@MonteliaRO](https://discourse.processing.org/u/MonteliaRO)\
**Replies:** 0\
**Last updated:** [October 28, 2021, 2:34pm UTC](https://discourse.processing.org/t/android-mediaplayer-help/33133 "2021-10-28T14:34:35Z")

</div>

I want to Play and Stop my Music with a Double Tap, but why my Code don’t Work? import android.media.MediaPlayer; import android.content.res.AssetFileDescriptor; import android.content.Context; import android.app.Activi…

---

## [Recognize/handle pinch gesture](https://discourse.processing.org/t/recognize-handle-pinch-gesture/11867)

<div class="topic-metadata">

**Author:** [@ottenm](https://discourse.processing.org/u/ottenm)\
**Replies:** 3\
**Last updated:** [October 17, 2021, 1:18pm UTC](https://discourse.processing.org/t/recognize-handle-pinch-gesture/11867 "2021-10-17T13:18:26Z")

</div>

Any short/easy path to handling a pinch gesture (zoom in/zoom out)? Java mode, Processing 3.3.7, running on a Windows 10 laptop with a touch screen. Tried: Rolling my own. But mousePressed/Dragged/Released doesn’t g…

---

## [Why does this code not work?](https://discourse.processing.org/t/why-does-this-code-not-work/32696)

<div class="topic-metadata">

**Author:** [@MoonAlien822](https://discourse.processing.org/u/MoonAlien822)\
**Replies:** 19\
**Last updated:** [October 13, 2021, 2:08am UTC](https://discourse.processing.org/t/why-does-this-code-not-work/32696 "2021-10-13T02:08:09Z")

</div>

i tried this code in android studio and it says “cannot resolve” next to a lot of lines. package com.example.test; public class Sketch extends PApplet { // Sketch.java package tutorials.androidstudio.fragmentsv4; …

---

## [Can Android mode do timelapse image capture and FTP upload](https://discourse.processing.org/t/can-android-mode-do-timelapse-image-capture-and-ftp-upload/28213)

<div class="topic-metadata">

**Author:** [@katesfb](https://discourse.processing.org/u/katesfb)\
**Replies:** 33\
**Last updated:** [October 12, 2021, 4:48am UTC](https://discourse.processing.org/t/can-android-mode-do-timelapse-image-capture-and-ftp-upload/28213 "2021-10-12T04:48:50Z")

</div>

HI, I have an upcoming project where i would like to: capture an image, store the image to on-board storage (SD card or internal), upload the image to an FTP server, wait till next image capture time then repeat. I h…

---

## [\[Android\] Has anyone tried beaconing through 'Processing'?](https://discourse.processing.org/t/android-has-anyone-tried-beaconing-through-processing/32686)

<div class="topic-metadata">

**Author:** [@GWAK](https://discourse.processing.org/u/GWAK)\
**Replies:** 7\
**Last updated:** [October 8, 2021, 8:02am UTC](https://discourse.processing.org/t/android-has-anyone-tried-beaconing-through-processing/32686 "2021-10-08T08:02:27Z")

</div>

Beacon-related materials are as follows. TimedBeaconSimulator.java BeaconReferenceApplication.java MonitoringActivity.java RangingActivity.java LINK: It is difficult to make the library suitable for ‘Processing’…

---

## [\[Android\] BLE UART(GATT) communication source code](https://discourse.processing.org/t/android-ble-uart-gatt-communication-source-code/32685)

<div class="topic-metadata">

**Author:** [@GWAK](https://discourse.processing.org/u/GWAK)\
**Replies:** 1\
**Last updated:** [October 8, 2021, 1:57am UTC](https://discourse.processing.org/t/android-ble-uart-gatt-communication-source-code/32685 "2021-10-08T01:57:43Z")

</div>

I didn’t make it, but I share the source code. Tested on BLE 5.0, it works well. A packet sending and receiving test was conducted. Have a nice day.

---

## [Minecraft in 2d](https://discourse.processing.org/t/minecraft-in-2d/29614)

<div class="topic-metadata">

**Author:** [@Rogo](https://discourse.processing.org/u/Rogo)\
**Replies:** 4\
**Last updated:** [October 7, 2021, 3:57pm UTC](https://discourse.processing.org/t/minecraft-in-2d/29614 "2021-10-07T15:57:29Z")

</div>

hello I plan to do Minecraft in 2d and already have a designer so blocks too … now I just don’t know how to start can someone help me ^^?

---

## [How to add Processing to Android Studio?](https://discourse.processing.org/t/how-to-add-processing-to-android-studio/32642)

<div class="topic-metadata">

**Author:** [@MoonAlien822](https://discourse.processing.org/u/MoonAlien822)\
**Replies:** 6\
**Last updated:** [October 7, 2021, 3:01pm UTC](https://discourse.processing.org/t/how-to-add-processing-to-android-studio/32642 "2021-10-07T15:01:52Z")

</div>

how to add processing to android studio?

---

## [Connecting Arduino with Android - Bluetooth](https://discourse.processing.org/t/connecting-arduino-with-android-bluetooth/32605)

<div class="topic-metadata">

**Author:** [@Kagami](https://discourse.processing.org/u/Kagami)\
**Replies:** 16\
**Last updated:** [October 7, 2021, 2:39pm UTC](https://discourse.processing.org/t/connecting-arduino-with-android-bluetooth/32605 "2021-10-07T14:39:48Z")

</div>

Hi, Im trying to run this code (/dev/jarzebski: Przetwarzanie i wizualizacja danych) but with gyroscope instead of joystick. While connecting my arduino with PC via Bluetooth it works, but when i try connecting arduino…

---

## [Shapes inside other shapes](https://discourse.processing.org/t/shapes-inside-other-shapes/32619)

<div class="topic-metadata">

**Author:** [@humano](https://discourse.processing.org/u/humano)\
**Replies:** 7\
**Last updated:** [October 6, 2021, 2:01am UTC](https://discourse.processing.org/t/shapes-inside-other-shapes/32619 "2021-10-06T02:01:25Z")

</div>

Hi there! I have done a loop of vertical lines, but I don’t want them to leak out the rhombus behind. Is there a (easy) way to draw the lines inside the yellow rhombus as you can see in the picture below? size(1000,1…

---

## [Mask with Android App](https://discourse.processing.org/t/mask-with-android-app/32644)

<div class="topic-metadata">

**Author:** [@humano](https://discourse.processing.org/u/humano)\
**Replies:** 0\
**Last updated:** [October 5, 2021, 10:44pm UTC](https://discourse.processing.org/t/mask-with-android-app/32644 "2021-10-05T22:44:30Z")

</div>

Hi there! Someone so kind as helped me with a mask that I need. The Code works perfectly on the pc, but not in the android app . Can you please help me with that? Thanks! PGraphics mask, buffer; void setup() { size(…

---

## [Android transparency and windows transparency](https://discourse.processing.org/t/android-transparency-and-windows-transparency/32574)

<div class="topic-metadata">

**Author:** [@paulgoux](https://discourse.processing.org/u/paulgoux)\
**Replies:** 1\
**Last updated:** [October 5, 2021, 6:37pm UTC](https://discourse.processing.org/t/android-transparency-and-windows-transparency/32574 "2021-10-05T18:37:39Z")

</div>

Came across a weird problem with the transparency the same code produces different results in android vs windows. I’m coding some themes for the windows and would like to include transparency. It works in windows, but no…

---

## [Can you do GPS tracking with Processing?](https://discourse.processing.org/t/can-you-do-gps-tracking-with-processing/32601)

<div class="topic-metadata">

**Author:** [@MoonAlien822](https://discourse.processing.org/u/MoonAlien822)\
**Replies:** 4\
**Last updated:** [October 4, 2021, 11:04pm UTC](https://discourse.processing.org/t/can-you-do-gps-tracking-with-processing/32601 "2021-10-04T23:04:47Z")

</div>

can you do gps tracking with processing? I plan on using android and maybe apple

---

## [How to connect to facebook glasses camera as camera feed in android mode](https://discourse.processing.org/t/how-to-connect-to-facebook-glasses-camera-as-camera-feed-in-android-mode/32566)

<div class="topic-metadata">

**Author:** [@flotowcameron](https://discourse.processing.org/u/flotowcameron)\
**Replies:** 0\
**Last updated:** [October 2, 2021, 8:42pm UTC](https://discourse.processing.org/t/how-to-connect-to-facebook-glasses-camera-as-camera-feed-in-android-mode/32566 "2021-10-02T20:42:23Z")

</div>

I need to connect to the camera feed on my facebook glasses I just bought. I am trying to get the feed while in android mode and have no idea what to do. Can anyone help me get the camera feed?

---

## [\[SOLVED\] Android SDK license error](https://discourse.processing.org/t/solved-android-sdk-license-error/2956)

<div class="topic-metadata">

**Author:** [@aradarbel10](https://discourse.processing.org/u/aradarbel10)\
**Replies:** 3\
**Last updated:** [September 28, 2021, 1:23pm UTC](https://discourse.processing.org/t/solved-android-sdk-license-error/2956 "2021-09-28T13:23:24Z")

</div>

Hello! I am trying to create my first android app with processing, and I tried the code from the example “noBackgroundTest” from the demos in examples. I just can’t build the app. it said: You have not accepted the li…

---

## [Android mode is incompatible for 4.01b](https://discourse.processing.org/t/android-mode-is-incompatible-for-4-01b/32436)

<div class="topic-metadata">

**Author:** [@EndlessNight](https://discourse.processing.org/u/EndlessNight)\
**Replies:** 1\
**Last updated:** [September 27, 2021, 6:30pm UTC](https://discourse.processing.org/t/android-mode-is-incompatible-for-4-01b/32436 "2021-09-27T18:30:50Z")

</div>

Hello guys I’m a new face in processing and I wonder how to use android mode in 4.01b. you see it said it is incompatible with this version, and I tried another version. but when I executed 3.5.1, it was loaded by 4.01…

---

## [Can you use Processing in Android Studio?](https://discourse.processing.org/t/can-you-use-processing-in-android-studio/32396)

<div class="topic-metadata">

**Author:** [@MoonAlien822](https://discourse.processing.org/u/MoonAlien822)\
**Replies:** 1\
**Last updated:** [September 23, 2021, 1:57pm UTC](https://discourse.processing.org/t/can-you-use-processing-in-android-studio/32396 "2021-09-23T13:57:58Z")

</div>

can you use processing in android studio?

---

## [How to make my Android phone vibrate?](https://discourse.processing.org/t/how-to-make-my-android-phone-vibrate/32388)

<div class="topic-metadata">

**Author:** [@bigboss97](https://discourse.processing.org/u/bigboss97)\
**Replies:** 1\
**Last updated:** [September 23, 2021, 12:35pm UTC](https://discourse.processing.org/t/how-to-make-my-android-phone-vibrate/32388 "2021-09-23T12:35:23Z")

</div>

I’m running APDE v0.5.1 on my Android phone and trying to use vibration commands. I’ve found many variations on net. All of them end up with deprecated or unresolved symbol. Anywhere I can find more recent example?

---

## [Invalid File... library has already been installed, but can't find the HTTP Requests library](https://discourse.processing.org/t/invalid-file-library-has-already-been-installed-but-cant-find-the-http-requests-library/32300)

<div class="topic-metadata">

**Author:** [@bigboss97](https://discourse.processing.org/u/bigboss97)\
**Replies:** 1\
**Last updated:** [September 19, 2021, 11:59am UTC](https://discourse.processing.org/t/invalid-file-library-has-already-been-installed-but-cant-find-the-http-requests-library/32300 "2021-09-19T11:59:38Z")

</div>

I’m using Processing 3.5.4 on Windows 10. I’ve created a script using HTTP Requests library. Everything works fine. Now I’m trying to run the script on my Android phone with APDE v0.5.1. When I tried to install compress…

---

## [Specific Icon Generator for Processing Android Project](https://discourse.processing.org/t/specific-icon-generator-for-processing-android-project/31989)

<div class="topic-metadata">

**Author:** [@Rupesh\_Kumar](https://discourse.processing.org/u/Rupesh_Kumar)\
**Replies:** 7\
**Last updated:** [September 11, 2021, 5:27am UTC](https://discourse.processing.org/t/specific-icon-generator-for-processing-android-project/31989 "2021-09-11T05:27:48Z")

</div>

Sharing some work that lets you create required icons from an image source specifically to include in Processing Android Project to create signed and aligned packages to distribute on Google Play Console. More about g…

---

## [Processing for Flutter](https://discourse.processing.org/t/processing-for-flutter/27899)

<div class="topic-metadata">

**Author:** [@dajayk12](https://discourse.processing.org/u/dajayk12)\
**Replies:** 4\
**Last updated:** [September 9, 2021, 5:35am UTC](https://discourse.processing.org/t/processing-for-flutter/27899 "2021-09-09T05:35:58Z")

</div>

Processing for Flutter I am new to Processing and have been reading extensively about it and have been so very amazed at what a great work every member of this community has done and is doing. I also read the Processing…

---

## [Audio doesn't stop when closing my game on android](https://discourse.processing.org/t/audio-doesnt-stop-when-closing-my-game-on-android/32144)

<div class="topic-metadata">

**Author:** [@Marco0030](https://discourse.processing.org/u/Marco0030)\
**Replies:** 5\
**Last updated:** [September 8, 2021, 9:23pm UTC](https://discourse.processing.org/t/audio-doesnt-stop-when-closing-my-game-on-android/32144 "2021-09-08T21:23:24Z")

</div>

Hi. I’m working on an android game but i have a problem: In the game there is a soundtrack. when you exit from the game using the exit botton that i created, i don’t have problem but if you close the app using home butt…

[Previous page](https://discourse.processing.org/c/processing-android/12.md?no_subcategories=false&page=8)

[Next page](https://discourse.processing.org/c/processing-android/12.md?no_subcategories=false&page=10)
