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:
- 🇪🇸 Español – Guía Completa (En proceso)
- 🇬🇧 English – Full Guide (Work in progress)
📦 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.