应用程序作为 Android 内置的一部分

发布于 2024-08-27 13:32:49 字数 168 浏览 4 评论 0原文

我使用 Android SDK 构建了一个应用程序。现在我想将此应用程序打包为 Android 构建的一部分。这样,当我将 Android 移植到我的设备时,它就会出现在“应用程序”菜单中。

我尝试将 apk 文件复制到包文件夹中,并将其包含在 make 文件中。不起作用。

我该怎么做呢?

I had built a application using the Android SDK. Now I would like to package this application as part of the Android build. So that when I port Android into my device, it will appear in the Application menu.

I tried, copying the apk file into the package folder, and include it in the make file. Doesn't work.

How should I do it?

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

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

发布评论

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

评论(1

终遇你 2024-09-03 13:32:49

如果你有android源代码树,你可以将你的项目放在packages/apps下。
并修改./build/target/product/generic.mk。

if you have android source tree, you can put your project under packages/apps.
And modify ./build/target/product/generic.mk.

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