[SOLVED] Warning Messages while installing JMonkey 3.2 SDK1

Okay thanks.

To elaborate on pausing audio device again:

// Pause device is a feature used specifically on Android
// where the application could be closed but still running,
// thus the audio context remains open but no audio should be playing.

So… basically a meaningless warning on 99% of deployments (desktop). And on android I don’t know that you’d even see the warning unless you looked hard.

Thank you.