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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top