Difference between CMake and NDK-build in android studio project

前端 未结 4 1836
误落风尘
误落风尘 2020-12-04 09:07

What is the actual difference between CMake and NDK build in android studio project. I already went through google documentation but the concept is

4条回答
  •  情歌与酒
    2020-12-04 09:56

    Android.mk is a file that contains NDK-build, if you use Cmake build you app you don’t need Android.mk instead its CmakeList.txt

提交回复
热议问题