linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Error while using liblinphone-android


From: Sylvain Berfini
Subject: Re: [Linphone-developers] Error while using liblinphone-android
Date: Tue, 22 Nov 2016 11:40:17 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Hi Manar,

Did you load the libraries before you app starts?
System.loadLibrary("bctoolbox-" + abi);
System.loadLibrary("ortp-" + abi);
System.loadLibrary("mediastreamer_base-" + abi);
System.loadLibrary("mediastreamer_voip-" + abi);
System.loadLibrary("linphone-" + abi);

Best regards.

Sylvain Berfini
Software Engineer @ Belledonne Communications
Le 22/11/2016 à 11:35, Manar Boukhari a écrit :
Hi all,

Recently, I have successfully compiled the source code from repository and generated the SDK (liblinphone-android-sdk-3.1.1-529-g634c403.zip).

I've actually imported  the "liblinphone.jar", "armeabi", armeabi-v7a and "x86" folders in my android project class path, but steel getting this error : java.lang.UnsatisfiedLinkError: Native method not found:org.linphone.mediastream.log.w ...
 
Attached a screenshot of the error in eclipse,

Any help would be appreciated  :)

Best Regards,

Manar

Images intégrées 1


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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