Couldn't load libcocos2dlua.so

Good Day every one,

I got a problem by cocos2d-x for lua in android

today I write a Video plugin for lua

and add the RTMP Library to that project and build it,

then the app was crash soon

the logcat is

“Couldn’t load cocos2dlua.so”

i dont know why

i had too register many plugin from C++,

this problem is my first time to face in.

please help me =w=

Sorry I think I solve the problems
I used RTMP Video Library is Vitamio.
It’s support armv7s cpu, so that library include the armv7s type so link
when Android execute my project it will find the armv7s so link.
so i need to make a new cocos2dlua.so for armv7s or delete armv7s so file.
It will solved.