/gio-test

Primary LanguageGoApache License 2.0Apache-2.0

gio-test

To run the app:

go run github.com/fortuna/gio-test@latest

From the repository root:

go run .

To package:

go run gioui.org/cmd/gogio -target macos .

Android

Requirements:

  • Android SDK, with Android 31+
  • Android NDK

You need to set ANDROID_SDK_ROOT and ANDROID_NDK_ROOT.

Create APK:

go run gioui.org/cmd/gogio -target android .
$ANDROID_SDK_ROOT/platform-tools/adb install gio-test.apk