Android NDK for Objective C

I need Objective C access code using Android NDK, is it possible? Is there a way to access existing Objective C code.

+3


source to share


2 answers


Now yes!

UPDATE : Appportable is dead!



Try Apportable SDK or Crystax SDK . Both are based on the Android NDK.

+3


source


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



I tried this and it works. You can link to my blog although it is written in Chinese: https://www.jianshu.com/p/97f6d948f115

0


source







All Articles