- 授权协议: GPLv2
- 开发语言: C/C++
- 操作系统: Android
- 软件首页: http://code.google.com/p/android-gcc-objc2-0/
- 软件文档: http://code.google.com/p/android-gcc-objc2-0/wiki/NDKPatching
软件介绍
该项目使得 Android NDK 平台支持 Objective C 2.0,安装方法如下:
mkdir build
cd build
../configure --prefix=/usr/local/android --target=arm-android-eabi --disable-werror
make
make install
