Android:如何添加预加载应用程序?
我一直在尝试使我的应用程序成为 Android 操作系统内核上的预加载应用程序。在这两个 makefile:generic.mk
和 core.mk
中,我将我的应用程序添加到了 PRODUCT_PACKAGES:=
下找到的预加载应用程序列表中>,但是当我加载自定义内核时,我的应用程序未安装。我做错了什么吗?
I have been trying to make my application a pre-loaded application on the Android OS Kernel. Within these two makefiles: generic.mk
and core.mk
, I added my application to the list of pre-loaded applications found under PRODUCT_PACKAGES:=
, but when I load my custom kernel my application is not installed. Am I doing something wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过刷新
system.img
和boot.img
解决了这个问题I resolved this issue by flashing the
system.img
along with theboot.img