Android & Jni_onload Lead To A Crash On Device
I am pretty new to working with JNI on Android, and I've been writing an app that requires the implementation of JNI_OnLoad.. I've perused the internet for help, and it seems like
Solution 1:
There's nothing you should need to do to run on a device that isn't already done on the emulator.
I notice from your log that your device is an x86 type device. The emulator is an ARM processor... are you trying to run ARM code or x86 code on your device?
Post a Comment for "Android & Jni_onload Lead To A Crash On Device"