AudioTrack sound = audio.createAudioTrack("ringout.wav", false);
is giving me the output "WARNING: Unable to locate: ringout.wav"
The sound file is in the same project folder that i am using..Anyone knows what i might be doing wrong in here? Thanks a lot.