And I got no errors...
Did you execute "make"?
------------------ Original ------------------
From: "Huy Dư"<address@hidden>;
Date: Mon, Mar 25, 2013 05:27 PM
To: "linphone-users"<address@hidden>;
Subject: [Linphone-users] Unsatisfiedlinkerror when use native methodsetUser in org_linphone_core_LinphoneAuthInfoImpl
Dear mailing lists!
I've downloaded linphone for android source from git
git://git.linphone.org/linphone.git
--recursive
I've compiled it on Ubuntu 12.10. I also have run it on emulator.
After filling username, password and domain, I clicked on Apply button. But, it show an error. I checked LogCat and saw
unsatisfiedlinkerror at method org_linphone_core_LinphoneAuthInfoImpl.setUsername. But I've builded liblinphone successfully into liblinphone.so and method system.loadLibrary("liblinphone") also succeeded.
Please help me!