Processing sound library not working after exporting APDE(processing android)

Hey!!, I found the solution to this extremely weird problem.
It must be some problem with processing sound library.
I just moved the loading of sound files to the draw…
I worked like this:-
if (soundFile == null){
SoundFile soundFile = new SoundFile(this,“abcd.aiff”);
}

Thanks for your response!!

2 Likes