This repository contains a minimal Android project (Java) for Star Tap Quest — an offline tap-to-jump endless game. Upload all files in this folder to a new public GitHub repository, then run the included GitHub Actions workflow to build an APK automatically.
- Create a new public GitHub repo.
- Upload all files and folders from this project (not the ZIP itself).
- On GitHub, go to Actions and enable workflows.
- Open the workflow named Build & Release APK and click Run workflow.
- After it finishes, open Releases in the repo; download
Star_Tap_Quest.apk.
If the build fails, open the Actions logs — copy the error here and I'll fix it for you.
- The APK is built as an unsigned debug APK for convenience.
- The audio files are embedded so the game works offline.