This repository contains example projects to show how to use the GNUstep Android Toolchain in a project.
- hello-objectivec
Android Studio project using CMake to compile Objective C code using GNUstep.
The GNUstep integration can be found in CMakeLists.txt.
Additionaly, GSInitialize.m shows how to initialize GNUstep and enables logging of stderr output via logcat. - hello-objective-qt
Qt project using a custom compiler definition to support Objective C code using GNUstep (see objc-gnustep.pri).
Can be run on Android as well as macOS.