Runtime error

I was properly able to run my app before,but it started to create a problem now,its showing an error.I am attaching that error log along with the post


current log.txt.zip (0.8 KB)

JNI is failing to load your SO … check out the libs folder and make sure that you’re building the libs correctly.

I’m a bit surprised that is trying to load “libcocos2dcpp.so”

You running v3? What device? What SDK? What NDK? What compiler? What platform built?

The same problem is still prevailing i am a newbie so i am not able to sort out what the actual cause,even i checked that libs folder its there the “libcocos2dcpp.so”.and how to build the libs???

Can you post your code and details about the application?

If you had it running before, maybe you need to clean and rebuild?

Just trying to help — if you post code I can review.

Your “System.loadLibrary” call will be the crux.

You may be a beginner but you should NOT ignore these questions:

* You running v3?
* What device?
* What SDK?
* What NDK?
* What compiler?
* What platform built?

I will continue to review this thread, if there are details to review.

i am runing version~~> 2.2
device~~>xperia tipo dual
sdk~~>19
ndk~~>r9b
compiler->python build

Cory Trese wrote:

Can you post your code and details about the application?
>
If you had it running before, maybe you need to clean and rebuild?
>
Just trying to help — if you post code I can review.
>
Your “System.loadLibrary” call will be the crux.

FinallY i solved it by cleaning the project and rebuilding it.
Thanks @Cory terse for this much support.