Libc error when executing application on Android

Hello to all staff,

I’m trying to setup an Android project using Corona Enterprise, following the README file instructions.

For now, I get a Project folowing these steps:

  1. I created a folder in my Eclipse workspace “TestApplication”

  2. I created 2 subfolders: android and Corona

  3. In Corona folder I put all Corona project files like *.lua, *.png, config.lua and build.settings

  4. In android folder I put all android files from App folder of the CoronaEnterpriseSDK package

  5. I created a .project file to specify the android nature due to import project from Eclipse (I don’t know but project templates are not importable from Eclipse).

  6. Finally, I executed the script .build.sh with all parameters (like sdk path and corona enterprise sdk) and it builts this project successfully.

Now, I have a Corona Enterprise project, loaded in Eclipse, with all game data files in assets library (lua files are now lu files).

When I send project to my device, compiles successfully but… I receive this error:

mali: REVISION=Linux-r2p4-02rel0 BUILD_DATE=Thu Oct 25 08:43:05 KST 2012 

Note: class Landroid/opengl/GLWrapperBase; has 250 unimplemented (abstract) methods

glGetString(7937) returns Mali-400 MP;

Failure getting entry for 0x010802c0 (t=7 e=704) in package 0 (error -75)

Fatal signal 11 (SIGSEGV) at 0x00000008 (code=1), thread 9692 (Thread-9479)

I can’t attach a zip due size (more than 500kb) so I uploaded the zip in this url:

http://23.92.24.222/AppSample.zip

with the current project for if is it necessary to help me to fix this.

Thank you so very much,

Dani