A minimal set of scripts to build wxWidgets with wxQt on Android, without OpenGL canvas.
- A modern Linux Distro (Ubuntu 22.04)
- Android SDK
- Android NDK r21e (newer versions won't work)
- Android 9+ (API Level 28) Emulator or Device. xlocale support doesn't work on lower versions.
- QT 5.15.2
Use aqt to install QT:
cd qt
aqt install-qt linux android 5.15.2
Tweak paths to your tooling in init-env
file.
./all.sh
- Original proof of concept: https://github.com/reingart/gsoc2014