Sample Project: SimpleTuner doesn't work on Android device

Hello,

Whenever I run the SimpleTuner sample app on my Android device (Samsung Galaxy Note 2), it doesn’t work at all. The volume is stuck at -inf, and the frequency is a thin green line stuck in the middle of the screen.

It runs fine on my Simulator, but it doesn’t work at all on my Android device.

Checking the logcat, I see this error:

W/System.err( 8505): java.io.FileNotFoundException: /: open failed: EISDIR (Is a directory) W/System.err( 8505): at libcore.io.IoBridge.open(IoBridge.java:409) W/System.err( 8505): at java.io.FileOutputStream.\<init\>(FileOutputStream.java:88) W/System.err( 8505): at java.io.FileOutputStream.\<init\>(FileOutputStream.java:128) W/System.err( 8505): at java.io.FileOutputStream.\<init\>(FileOutputStream.java:117) W/System.err( 8505): at com.ansca.corona.AudioRecorder$WavRecorder.writeAudioDataToFile(AudioRecorder.java:246) W/System.err( 8505): at com.ansca.corona.AudioRecorder$WavRecorder.access$300(AudioRecorder.java:166) W/System.err( 8505): at com.ansca.corona.AudioRecorder$WavRecorder$1.run(AudioRecorder.java:209) W/System.err( 8505): at java.lang.Thread.run(Thread.java:841) W/System.err( 8505): Caused by: libcore.io.ErrnoException: open failed: EISDIR (Is a directory) W/System.err( 8505): at libcore.io.Posix.open(Native Method) W/System.err( 8505): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110) W/System.err( 8505): at libcore.io.IoBridge.open(IoBridge.java:393) W/System.err( 8505): ... 7 more

Could this be possibly the source of the issue? Any help is appreciated. Thanks.

I am using the 2014.2189 version of Corona SDK.