该项目使得 Android NDK 平台支持 Objective C 2.0,安装方法如下:
mkdir build
cd build
../configure --prefix=/usr/local/android --target=arm-android-eabi --disable-werror
make
make install
项目主页:http://code.google.com/p/android-gcc-objc2-0/
下载地址:http://code.google.com/p/android-gcc-objc2-0/downloads/list
来自:开源中国社区

