Cygwin for Android-NDK programming

前端 未结 5 754
悲哀的现实
悲哀的现实 2020-12-15 10:06

I read about the requirements of NDK programming on Windows which said we require Cygwin.Read about Cygwin which said we require it coz it is a way to mak

5条回答
  •  [愿得一人]
    2020-12-15 10:50

    Make command to execute Android.mk file.

    Android.mk file consists of list of c/c++ files to be compiled and also the library name(.so).

提交回复
热议问题