应用程序作为 Android 内置的一部分
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你有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.