Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 769 Bytes

File metadata and controls

19 lines (13 loc) · 769 Bytes

Go + Ebiten Android Demo

This repository contains a step-by-step tutorial on how to build an Android .aar library and an .apk package from a Go + Ebiten project — without using Android Studio.

🌍 Available in multiple languages:


📦 Features covered:

  • Generate .aar from Go code using ebitenmobile.
  • Create Android project from terminal using Gradle.
  • Adapt project structure for Android compatibility.
  • Build debug and release APKs (and AAB).
  • Small demo using embedded assets, with display adjustment.

Developed in Debian 12 using VSCode and Docker-based devcontainers.