Windows 上的 csipsimple

发布于 2024-12-17 08:34:45 字数 333 浏览 0 评论 0原文

我想在 Windows 操作系统上使用 eclipse 运行 csipsimple。我用SVN下载了该项目,并将2个libpjsipjni.so文件复制到CSipSimple\libs\armeabiCSipSimple\libs\armeabi-v7a

现在,我收到 272 个错误,通过查看它们,我发现它们的内容如下:

import org.pjsip.pjsua.pj_pool_t;

private pj_pool_t dialtonePool;

是否有人成功绕过这些错误?

I want to run csipsimple using eclipse on Windows OS. I downloaded the project with SVN, and copied the 2 libpjsipjni.so files to CSipSimple\libs\armeabi and CSipSimple\libs\armeabi-v7a.

Now, I recieve 272 errors and from going over them i see that they are on things like:

import org.pjsip.pjsua.pj_pool_t;

private pj_pool_t dialtonePool;

Does someone accomplished to bypass those errors?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慕烟庭风 2024-12-24 08:34:45

好的找到答案了!
显然 org 文件夹中缺少 pjsua jni 文件。
为了获取它们从这里下载
将它们解压到 org 文件夹中,所有问题都会消失。

OK found the answer!
apparently there were missing files of pjsua jni on the org folder.
in order to get them download them from here
extract them into org folder and all your problems will fly away.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文