Hi,
I am trying to build the android runtime OfflineAnalysis. I have copied the code from sample and also setup the jniLibs with required file. I have a raster data whose extension is .tif . The application compiling fine but when running in emulator (target 23 "Android 6") the application is loading the raster after that when i am selecting a radio button "Line of sight" that time the application is getting crash. After looking at logcat i came to know that the error is thrown by librs.main.so
Here is the full error message i am getting: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Z6lengthDv2_f" referenced by "/data/app/india.esri.offlineanalysis-1/lib/x86/librs.main.so"...
I am unable to solve this. can any one please help me on this?