cancel
Showing results for 
Search instead for 
Did you mean: 

OfflineStore jni Resources in Android Studio Project

Former Member
0 Kudos

Hi there,

I followed Claudia's Guide

but I have problems to include the nessecary .so files.

I'm using Android Studio and gradle. Executing the app runs into:

Caused by: java.lang.UnsatisfiedLinkError: Couldn't load odataofflinejni: findLibrary returned null for ODataOfflineStore.globalInit(); in OpenOfflineStore Method.

How do I import the .so files into my Android Studio Project?

Thanks in advance,

Mirco

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor
0 Kudos

Hi Mirco,

Did you get a chance to go through this guide which talks about importing the jar files to Android studio:

Regards,Midhun

SAP Technology RIG

Former Member
0 Kudos

Hi Midhun,

thanks for your quick response. I followed this guide in the past but I copied all libs including x86 etc into the jniLibs folder. After deleting all unused folders and .so files everything works fine.

So thank you for the hint to review my jniLibs folder

Greetings,

Mirco

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.