Can not run HelloLua on Android(resolved)

When I tried to run HelloLua on Android ,I got this error message.
“FATAL EXCEPTION: main
java.lang.UnsatisfiedLinkError: Couldn’t load cocos2dlua from loader dalvik.s


Should I change something in Android.mk?
Thanks.

Which version are you using?

It’s cocos2dx 2.1.5

Can you see the libcocos2dlua.so In the libs of project.Maybe it’s the reason leading to the error.

No,there is no libs folder in proj.android.If I build a c++ project,I can see folders as follow: assets,bin,gen,jni,libs,obj,res,src.
but ,in my lua project,It just contains assets,bin,gen,jni,res, src.
libs and obj were missed
samuele3 hu wrote:

Can you see the libcocos2dlua.so In the libs of project.Maybe it’s the reason leading to the error.

Maybe you Compile error.Can you paste your console info.

No infomation in console.
Just java.lang.UnsatisfiedLinkError info in logcat.
samuele3 hu wrote:

Maybe you Compile error.Can you paste your console info.

It seems that hellolua did not been compiled.
samuele3 hu wrote:

Maybe you Compile error.Can you paste your console info.

Thank you .This problem has been solved.
It’s seems that eclipse can not complie the project automaticly,so I tried to complie it with cypgwin.
it can run well now.
samuele3 hu wrote:

Maybe you Compile error.Can you paste your console info.