# About the Processing for Android category

**URL:** https://discourse.processing.org/t/about-the-processing-for-android-category/22
**Category:** Processing for Android
**Created:** [May 12, 2018, 3:56am UTC](https://discourse.processing.org/t/about-the-processing-for-android-category/22 "2018-05-12T03:56:19Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ProcessingOrg](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/processingorg/32/18341_2.png) [@ProcessingOrg](https://discourse.processing.org/u/ProcessingOrg)
#### Post date: [May 12, 2018, 3:56am UTC](https://discourse.processing.org/t/about-the-processing-for-android-category/22/1 "2018-05-12T03:56:19Z")

</div>

Android Mode for Processing

---

<div class="post-metadata">

### Author: ![jackeddielove](https://avatars.discourse-cdn.com/v4/letter/j/dc4da7/32.png) [@jackeddielove](https://discourse.processing.org/u/jackeddielove)
#### Post date: [July 27, 2022, 2:58am UTC](https://discourse.processing.org/t/about-the-processing-for-android-category/22/2 "2022-07-27T02:58:14Z")

</div>

I’m not able to install Android Mode. It says 4.5.0a5 not compatible. I have Processing 4.0b7. I don’t see any later versions on Processing’s download page.

---

<div class="post-metadata">

### Author: ![yves.cordier](https://avatars.discourse-cdn.com/v4/letter/y/71c47a/32.png) [@yves.cordier](https://discourse.processing.org/u/yves.cordier)
#### Post date: [July 1, 2025, 6:14pm UTC](https://discourse.processing.org/t/about-the-processing-for-android-category/22/3 "2025-07-01T18:14:35Z")

</div>

By the moment, the newest version compatible with the last version of android mode is processing V4.3.4.  
So :  
-Install processing V4.3.4 (search for ancient version on the site)

- Open processing and load android mode.

Take care that you could not generate apk or install on device until you created a set of icons  
located in the main folder of your program.

Note also that some libraries does not function in android mode even official ones like sound.

Regards  
Yves Cordier

---

<div class="post-metadata">

### Author: ![yves.cordier](https://avatars.discourse-cdn.com/v4/letter/y/71c47a/32.png) [@yves.cordier](https://discourse.processing.org/u/yves.cordier)
#### Post date: [September 16, 2025, 7:57pm UTC](https://discourse.processing.org/t/about-the-processing-for-android-category/22/4 "2025-09-16T19:57:06Z")

</div>

I tried the last version of processing 4.4.7 with the hope it would by miracle solve this problem. No it is not for this time… The last version of processing compatible with android mode still be V4.3.3.4

Hope a new version of android for processing will solve all the problems. As we say in french “l’espoir fait vivre”.

Regards

Yves Cordier

---

<div class="post-metadata">

### Author: ![yves.cordier](https://avatars.discourse-cdn.com/v4/letter/y/71c47a/32.png) [@yves.cordier](https://discourse.processing.org/u/yves.cordier)
#### Post date: [October 9, 2025, 1:47pm UTC](https://discourse.processing.org/t/about-the-processing-for-android-category/22/5 "2025-10-09T13:47:18Z")

</div>

The new processing is arrived (just before the famous french “beaujolais nouveau”).

tests with processing V4.4.8

android mode V4.6.1

sound unit V2.4.0

I tried at once if the problem of android mode with sound unit

THe program :

import processing.sound.\*;

void setup() {  
Sound.list();  
}

The result of compilation:

Exception in thread “Thread-12” java.lang.NullPointerException: Cannot read the array length because “list” is null  
at processing.app.Library.wrapFiles(Library.java:429)  
at processing.app.Library.getApplicationExports(Library.java:439)  
at processing.mode.android.AndroidBuild.copyImportedLibs(AndroidBuild.java:839)  
at processing.mode.android.AndroidBuild.createAppModule(AndroidBuild.java:481)  
at processing.mode.android.AndroidBuild.createProject(AndroidBuild.java:262)  
at processing.mode.android.AndroidBuild.exportProject(AndroidBuild.java:764)  
at processing.mode.android.AndroidEditor$18.run(AndroidEditor.java:516)

as could have sung paul simon about the problem

“That was planted..

In my.. _computer_…

Still remain…s.

In a word sniff … still waiting for an update of sound unit or android new version…

I will tried a compilation with an exemple not using sound unit.

Yves cordier
