首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法运行Linphone android源

无法运行Linphone android源
EN

Stack Overflow用户
提问于 2016-10-19 06:54:59
回答 1查看 383关注 0票数 2

我从Linphone https://github.com/BelledonneCommunications/linphone-android中克隆出了下面的Github

当尝试构建和运行项目时,该应用程序在启动时崩溃,例外情况如下

代码语言:javascript
复制
10-19 12:10:57.509 3358-3358/? E/dalvikvm: Could not find class 'org.linphone.tools.OpenH264DownloadHelper', referenced from method org.linphone.core.LinphoneCoreFactoryImpl.createOpenH264DownloadHelper
10-19 12:10:57.719 3358-3358/? E/AndroidRuntime: FATAL EXCEPTION: main
                                                 Process: org.linphone, PID: 3358
                                                 java.lang.NoClassDefFoundError: org.linphone.tools.OpenH264DownloadHelper
                                                     at org.linphone.core.LinphoneCoreFactoryImpl.loadOpenH264(LinphoneCoreFactoryImpl.java:101)
                                                     at org.linphone.core.LinphoneCoreFactoryImpl.createLinphoneCore(LinphoneCoreFactoryImpl.java:116)
                                                     at org.linphone.LinphoneManager.startLibLinphone(LinphoneManager.java:661)
                                                     at org.linphone.LinphoneManager.createAndStart(LinphoneManager.java:297)
                                                     at org.linphone.LinphoneService.onCreate(LinphoneService.java:191)
                                                     at android.app.ActivityThread.handleCreateService(ActivityThread.java:2574)
                                                     at android.app.ActivityThread.access$1800(ActivityThread.java:141)
                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1294)
                                                     at android.os.Handler.dispatchMessage(Handler.java:102)
                                                     at android.os.Looper.loop(Looper.java:136)
                                                     at android.app.ActivityThread.main(ActivityThread.java:5113)
                                                     at java.lang.reflect.Method.invokeNative(Native Method)
                                                     at java.lang.reflect.Method.invoke(Method.java:515)
                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
                                                     at dalvik.system.NativeStart.main(Native Method)
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-06-05 06:38:05

为避免此错误,请正确克隆linphone github回购程序。不要使用GitHub中的“下载”按钮,而是使用来自GitHub shell的“克隆”命令或来自GitHub桌面的“克隆”选项。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40124228

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档