Android NDK for Objective C

后端 未结 2 1802
迷失自我
迷失自我 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:42

    Now, yes!

    UPDATE: Apportable is dead!

    Try Apportable SDK or Crystax SDK . Both is based on Android NDK.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题