First and foremost, my application generally works. I have numerous clients on all four 32-bit CPU/ABIs, and they have no trouble running the app. The nativ
I had put System.loadLibrary("libMyLibrary") which returned null. I changed it to System.loadLibrary("MyLibrary") and it worked.