|
From: | baimin1 |
Subject: | [Linphone-users] ERROR: org.linphone.core.LinphoneAuthInfoImpl.setUsername(Native Method |
Date: | Fri, 03 May 2013 12:58:10 +0800 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
what is wrong with the linphone-android? I compile git source using repare_sources.sh, and then ndk-build, and then compile java project using eclipse, when I runn the compiled app, to login using registered username, I get error as following 05-02 20:21:33.572: E/AndroidRuntime(15929): java.lang.UnsatisfiedLinkError: setUsername 05-02 20:21:33.572: E/AndroidRuntime(15929): at org.linphone.core.LinphoneAuthInfoImpl.setUsername(Native Method) My env is: unbuntu, eclipse, android-ndk-r8d , java 1.7 ? how can i to do ? Tahnk you all. 05-02 20:21:33.572: E/AndroidRuntime(15929): java.lang.UnsatisfiedLinkError: setUsername 05-02 20:21:33.572: E/AndroidRuntime(15929): at org.linphone.core.LinphoneAuthInfoImpl.setUsername(Native Method) 05-02 21:02:45.854: I/lhc(16197): Local interface to reach 87.98.157.38 is 192.168.0.10. 05-02 21:02:45.854: W/dalvikvm(16197): No implementation found for native Lorg/linphone/core/LinphoneAuthInfoImpl;.setUsername (JLjava/lang/String;)V 05-02 21:02:45.864: E/lhc(16197): Error while initializing from config in first login activity 05-02 21:02:45.864: E/lhc(16197): java.lang.UnsatisfiedLinkError: setUsername 05-02 21:02:45.864: E/lhc(16197): at org.linphone.core.LinphoneAuthInfoImpl.setUsername(Native Method) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.core.LinphoneAuthInfoImpl.setUsername(LinphoneAuthInfoImpl.java:65) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.core.LinphoneAuthInfoImpl.<init>(LinphoneAuthInfoImpl.java:41) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.core.LinphoneAuthInfoImpl.<init>(LinphoneAuthInfoImpl.java:37) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.core.LinphoneCoreFactoryImpl.createAuthInfo(LinphoneCoreFactoryImpl.java:95) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.LinphoneManager.initAccount(LinphoneManager.java:691) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.LinphoneManager.initAccounts(LinphoneManager.java:668) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.LinphoneManager.initFromConf(LinphoneManager.java:874) 05-02 21:02:45.864: E/lhc(16197): at org.linphone.setup.SetupActivity.logIn(SetupActivity.java:165) |
[Prev in Thread] | Current Thread | [Next in Thread] |