[Force closed] could not load openal findLibrary return null

I have tried to install apk on Galaxy SII, Galaxy S, Nexus One. They work fine but on LG P690 (http://www.lg.com/th/mobile-phones/smartphone/LG-P690-Optimus-NET.jsp) which sold in Thailand (Android version 2.3.4), I got force closed. In Eclipse LogCat said “Could not load openal findLibrary return null”.

The code I use:
[lua]local id = audio.loadSound( “bg.mp3” )
audio.play( id )[/lua]

Please help [import]uid: 30117 topic_id: 19729 reply_id: 319729[/import]

I got it. Corona SDK builds for ARMv7 but my device (LG P690) is Qualcomm MSM7227T which builds on ARMv6. If I want to support this device I have to switch to use media.playSound(), right? [import]uid: 30117 topic_id: 19729 reply_id: 76349[/import]

I have use media.playSound( “sound.mp3”, true ) for loop the music but has the gap between the loop. Is there the alternative for this? [import]uid: 30117 topic_id: 19729 reply_id: 76350[/import]

Unfortunately it doesn’t matter which API you use.
All armv6 devices (like the LG P690) are not supported, and will not be able to install or run apps created with the latest Corona builds. [import]uid: 70847 topic_id: 19729 reply_id: 76357[/import]