com/sun/jna/android-arm/libjnidispatch.so not found in resource path
问题 All of the following is being done in Android Studio. I have successfully compiled and tested the Android Watson Speech to Text demo app. I then created a library project containing the Watson related API's and a 2nd app project with a simple UI that references the Watson library project. The UI successfully starts and calls Watson speech to text api's. I thought I was set to use the Watson library project for real. So I incorporated the Watson API project into my 'real' project. When I start