I want access Objective C code by using Android NDK,is it possible? Is there any way to access existing Objective C code.
Now, yes!
UPDATE: Apportable is dead!
Try Apportable SDK or Crystax SDK . Both is based on Android NDK.
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