android - 来自 git 的 Linphone Android 缺少 R.raw.rootca(ubuntu 和 win7)

标签 android git ubuntu android-ndk linphone

enter image description here当我导入从网站上的 linphone 存储库链接下载的 android 项目时: git clone git://git.linphone.org/linphone-android.git --recursive

以下是不正确的,而且我有构建问题......

copyIfNotExist(R.raw.rootca, mLinphoneRootCaFile);

我是 makefile 和 NDK 的新手,我按照 linphone 文档中的说明设置了 hello_jni ... 但 linphone 一直在躲避我。 甚至下载了提到的 ndk 包:

download the Android ndk (>=r9d, < r10) from google and add it to your path (no symlink !!!).

我已经尝试过 ndk-r9d 和 ndk-r10b

最佳答案

在您的线路电话项目目录中打开示例,然后在示例中打开原始目录。在那里你会找到 rootca.pem 文件。将其复制并粘贴到根线路电话项目的原始目录中。

关于android - 来自 git 的 Linphone Android 缺少 R.raw.rootca(ubuntu 和 win7),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26094165/

相关文章:

android - 如何在 Titanium 中使用 Android Material Theme Design 属性(彩色状态栏,...)

git - 如何在 Intellij 中配置 "update project"以从上游存储库 pull 并推送到分支?

python - 多个子流程需要大量时间才能完成

ubuntu - 设置hadoop 3.2.0 伪分发运行报错

android - 在 ngCordova 联系人插件中获取所有联系人至少一个电话号码

android - 将我的 RelativeLayout 放在 ScrollView 中会错放布局中的所有项目

Git:Branch 领先 X 次提交。做 git pull 无济于事

c++ - 你如何将 sockaddr 结构转换为 sockaddr_in - C++ 网络套接字 ubuntu UDP

java - 在android中获取当前位置(坐标)?

git - 有什么方法可以使用intelliJ IDEA创建对bitbucket git存储库的 pull 请求