如何在android中启动后创建并启动自定义服务?

发布于 2024-11-01 22:10:58 字数 216 浏览 0 评论 0原文

我有完整的android源代码(2.1)。 我有几个疑问。

  1. 我想在 android 中创建一个自定义本机服务。我想知道我该怎么做。比如我应该在哪里包含我的源文件等。
  2. 我想知道如何在我的设备启动时启动这个本机服务。
  3. 我如何编写一个java应用程序来从这个本机服务获取数据?

请帮我一些指点。

谢谢,

I have the full android source code (2.1).
I have a couple of queries.

  1. I want to create a custom native service in android. I would like to know how i can do that. Things like where i should include my source files, etc.
  2. I would like to know how i can start this native service when my device boots up.
  3. How can i write a java application to get the data from this native service?

Please help me with some pointers.

Thanks,
Sen

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

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

发布评论

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

评论(1

情绪操控生活 2024-11-08 22:10:58

我不知道本机源,但是如果您尝试仅安装具有所需服务的应用程序怎么办?在启动时启动它所需的一切,如文章。

I don't know about the native sources, but what if you try to just install an application with the required service. All you need to start it up at boot time, as shown in the article.

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