Hello Guys我遇到了线路安卓源码的问题。线路为我们提供了多个平台的开源代码。我目前正在使用他们的git Repository for android的LinePhone android源代码。
这里我做了什么。 1.查看源代码格式Git.url https://www.linphone.org/technical-corner/linphone/downloads
2.将项目打开到Android Studio 3.成功构建之后只需运行项目
完全运行成功但我得到了这个错误。
function mudarBotao() {
$("#<%=lnkImportarCSV.ClientID%>").text("Carregando...");
$.ajax({
url:"CSV.aspx",
success: function() {
window.location = 'CSV.aspx';
$("#<%=lnkImportarCSV.ClientID%>").text("Importar CSV");
}
});
}
在线
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load gnustl_shared from loader dalvik.system.PathClassLoader[dexPath=/data/app/org.linphone-1.apk,libraryPath=/data/app-lib/org.linphone-1]: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:365)
at java.lang.System.loadLibrary(System.java:535)
at org.linphone.core.LinphoneCoreFactoryImpl.<clinit>(LinphoneCoreFactoryImpl.java:51)
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:217)
at java.lang.Class.forName(Class.java:172)
at org.linphone.core.LinphoneCoreFactory.instance(LinphoneCoreFactory.java:47)
at org.linphone.LinphoneService.onCreate(LinphoneService.java:299)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2529)
at android.app.ActivityThread.access$1600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
老实说,我不知道为什么我得到这个错误,什么是gnustl_shared?
让我帮助解决这个问题。
先谢谢。
答案 0 :(得分:0)
使用您的安装管理器(取决于您的设备,如aptitude
或homebrew
或macports
),安装gnustl
和gnu
相关(例如libstdc++6:i386
liblinphone
libgcc1:i386
zlib1g:i386
libncurses5:i386
}
参考:https://github.com/BelledonneCommunications/linphone-android#compilation-instructions
Couldn't find libtoolize, even though I have installed libtool in OSX Yosimite