/wx-android-minimal

A minimal set of scripts to build wxWidgets with wxQt on Android.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

A minimal set of scripts to build wxWidgets with wxQt on Android, without OpenGL canvas.

Requirements

  • 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.

Install wxWidgets / Build

./all.sh

References