开发者

What is the purpose of the .mk file in android

开发者 https://www.devze.com 2023-02-18 12:36 出处:网络
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开发者_Go百科 handle it.Seems

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开发者_Go百科 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消