linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Android application run errors


From: Manuel Camargo Lominchar
Subject: Re: [Linphone-developers] Android application run errors
Date: Fri, 19 Jun 2015 15:52:47 +0200

Solved: 

Despite linphone.jar could be under libs/ folder by default, the (.so) libraries must be introduced under app/main/jniLib (x86, arm,...) (Java Native/Shared Libraries)
This seems to be the dir for Android Studio unless you use LoadLibrary function to select the path

Regards
Manuel

2015-06-18 16:13 GMT+02:00 Manuel Camargo Lominchar <address@hidden>:
For some reason, I've found most of the dev is based on eclipse including documentation READMEs

Thing is i'm trying to run an app based on Android Studio and Gradle and I'm not able to solve this issue:

Caused by: java.lang.
UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.linphone.linphonetest-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "liblinphone-x86.so"

But liblinphone-x86 is in the root folder under libs/x86/

Any ideas of what might be causing this?

Regards
Manuel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]