[SOLVED] Audio problem - Android

I’m struggling with couple problems. Today I have experienced trouble with sound on Android.
App crashes with notice:

A/libc: Fatal signal 8 (SIGFPE), code -6, fault addr 0x5c92 in tid 24156 (GLThread 17390)

There was no any changes in my app and till now it worked well. ??

I’ve gotten my Android apps sound fixed just recently. I just used the base android libraries and had to delete the Sounds folder from the assets jar. Then I had to add the Sounds folder to the Android assets folder.

Sorry I can’t help with the specific error above.

Thanks. I have discovered already that it should be 3.2.1 android libs. Now all work properly.
SOLVED

If you could mark the topic as solved by putting [SOLVED] in the title so that others can see you have found a solution that would be great. :smiley:

1 Like

How did you see that this issue was Sound related?
And what does

mean? Did you downgrade to 3.2.1? Because we recently changed android libs and it could be a regression if you were running a very recent version

1 Like