Skip to content Skip to sidebar Skip to footer

Android Libgdx Error On Launch No Jni_onload Found

My game runs on the Desktop, but when I launch on Android I can see these messages appearing in the log. 04-01 21:50:10.314: D/ActivityThread(21047): setTargetHeapConcurrentStart:2

Solution 1:

It's not an error. JNI_OnLoad is not required in NDK libraries. Just ignore.


Post a Comment for "Android Libgdx Error On Launch No Jni_onload Found"