大鹏一日同风起,扶摇直上九万里。这篇文章主要讲述Build Android Webrtc Libjingle Library On Ubuntu相关的知识,希望能为你提供帮助。
Recently, our team is developing an app to help people solve problem face to face.
We choose webrtc protocol as our bridge among different platform(android, ios, browser etc).
But there is a hole in Android 6.0 system, the protocol can not support Android 6.0 system.
As we known, libjingle (http://mvnrepository.com/artifact/io.pristine) was built in December, 2015,
it hasn‘t been updated for at least one year.
I do not know if webrtc is abandoned by Google, but
a lot of developers are still creating app by it.
Fortunately, though the official website does not offer the latest library, it give us a script which
shows us how to build it.
1. Download webrtc library
https://webrtc.org/native-code/android/
Note: The source code of webrtc is quite large, you must have at least 40 gigabytes(GB) hard drive in your PC.
2. Download webrtc build scripts.
git clone https://github.com/pristineio/webrtc-build-scripts.git
Note: you can use this script to download webrtc library, skip step 1.
3. Build libjingle
source android/build.sh build_apprtc
Note: webrtc source code must be under the folder
webrtc-build-scripts/webrtc/src/[source code]
【Build Android Webrtc Libjingle Library On Ubuntu】
推荐阅读
- Android中Context的理解及使用——Application的用途
- Android6.0获取权限
- Android中实现APP文本内容的分享发送与接收方法简述
- Android 逆向实战
- 三星研发中心面试问题
- 如何使用CSS设置div宽度以适合内容()
- Directi面试问题详细分享
- 算法设计(循环调度算法程序详细实现S1)
- DART和C++之间有什么区别()