Android NDK limitations?

前端 未结 4 1331
广开言路
广开言路 2021-02-05 12:13

I have a question about the limitations of what you can do in native code on the Android platform.

Basically I have developed a library in native C code that uses UDP so

4条回答
  •  不要未来只要你来
    2021-02-05 12:52

    You may like to check out csipsimple which is a example of using the pjsip sip library (which is written in C) in a java android application.

    I haven't looked into how it does the sockets communication but it should give you a more complete example of what you are trying to do.

提交回复
热议问题