Android NDK for Objective C

后端 未结 2 1814
迷失自我
迷失自我 2021-01-06 04:11

I want access Objective C code by using Android NDK,is it possible? Is there any way to access existing Objective C code.

2条回答
  •  無奈伤痛
    2021-01-06 04:46

    It is really possible now. First, Google has substitute llvm clang tool chain for GCC. Clang supports modern Objective-C syntax. Second, GNUstep has officially released the buid tools for Android. Please check this GitHub: https://github.com/gnustep/tools-android

    I have tried this and it works. You may refer my blog, although it is written in Chinese: https://www.jianshu.com/p/97f6d948f115

提交回复
热议问题