Problem with Cocos2d-x on Android: InputDispatcher

The Application runs correctly on VS2010.
But after compiling wiht NDK and Eclipse, it occured this problem.


InputDispatcher.jpg (53.7 KB)

I think the error is not about InputDispatcher.
You should use NDK-Stack to find which line causes this issue.
You can refer to NDK-ROOT/docs/ for detail information about how to use NDK-Stack.

Thanks.
As you said, the error is about sqlite database file.
So far I have found the solution.
Thanks for your help.