android中.mk文件的用途是什么
我想知道 .mk
文件如何工作以及在哪里必须使用它?我下载了一些源代码,其中包含许多 .mk
扩展文件,但我不知道如何处理它。
I want to how a .mk
file works and where I have to use it? I have some downloaded source code and it includes lots of .mk
extension files and I am stuck not knowing how to handle it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您遇到了一个使用本机代码的项目 - Android NDK。
检查链接上提供的示例,了解有关构建和运行此类项目的更多详细信息。
Seems like you came across a project using native code - Android NDK.
Check the samples provided on the link for more detailed information about building and running such a project.