We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The AndroidSystem doesn't seem to have a way to allow to disable the audio renderer, see code below:
jmonkeyengine/jme3-android/src/main/java/com/jme3/system/android/JmeAndroidSystem.java
Lines 79 to 86 in 09b862d
Setting audio renderer to null, as you would do with desktop, causes the engine to crash, due to the missing nullcheck.