Android应用程序IPC机制
我的应用程序使用外部库中的一些本机代码。这段代码是“黑匣子”,消耗大量内存。因此我的应用程序缺乏内存。有什么方法可以通过某种通信机制将其作为外部进程运行吗?
My application uses some native code in external library. This code is "black box" and consumes a lot of memory. Therefore my application starves of memory. Is it any way to run it as an external process with some communication mechanism?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读 Android 服务 (android.app.Service)。
Read up on Android Services (android.app.Service).