如何通过使用 jingle 和 webrtc 来安装 Android voip?
Posted
技术标签:
【中文标题】如何通过使用 jingle 和 webrtc 来安装 Android voip?【英文标题】:How to install Android voip by using jingle with webrtc? 【发布时间】:2013-09-26 09:04:38 【问题描述】:我已经安装了 gclient 并获得了 jingle code。
我点击了这个链接(https://github.com/lukeweber/webrtc-jingle-client)
tools/badit_android.py --->成功
第二步 mvn install 在此行之后停止。这是结束了吗?还有吗?
[INFO] /home/liv/VOIP/VOIP-android/android-ndk-r8d-lin/ndk-build [-C, /home/liv/VOIP/VOIP-android/kumar/trunk/android/voice-client-native, NDK_APPLICATION_MK=jni/default_debug.mk, -j, 2, NDK_APP_OUT=/home/liv/VOIP/VOIP-android/kumar/trunk/android/voice-client-native/obj/default_debug, all]
运行这个命令:
build/android/gdb_apk -p com.tuenti.voice.example -s VoiceClientService -l android/voice-client-native/obj/$build_profile/local/$app_abi
收到错误消息:
调试包 com.tuenti.voice.example 假设原生共享库在 android/voice-client-native/obj//local/ 下 没有 com.tuenti.voice.example 运行? 试试这个: adb shell am start -a android.intent.action.VIEW -n com.tuenti.voice.example/.SomethingActivity(可能是 ContentShell)
*)run try this command got error this error:
开始:Intent act=android.intent.action.VIEW cmp=com.liv.network/.LoginActivity
我真的不知道我会做什么来运行这个项目?这个自述文件真的很难查看和运行。
为我的项目启用 xmpp jingle voip 的程序是什么。为什么要执行此步骤?我不知道原因。请帮助我
使用 voip 的 jinglelib 发送任何示例项目的链接
【问题讨论】:
【参考方案1】:试试这个http://www.youtube.com/watch?v=f0NU-E8l_qQ 我也在尝试,但是构建成功后卡住了,然后找不到'libs'文件夹/目录。
【讨论】:
我也试过这个链接,但找不到'libs'文件夹。以上是关于如何通过使用 jingle 和 webrtc 来安装 Android voip?的主要内容,如果未能解决你的问题,请参考以下文章