mirror of
https://github.com/philj56/gbcc-android.git
synced 2024-11-23 13:29:52 +00:00
Android front end to gbcc
8c1b41e9ec
This exposed some obsolete statements, and fixes some plugin version warnings. |
||
---|---|---|
.github/workflows | ||
app | ||
gradle/wrapper | ||
sources | ||
.gitignore | ||
.gitmodules | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts | ||
TutorialRoboScript.json |
GBCC Android
This is the android front-end to GBCC, a cross-platform Game Boy and Game Boy Color emulator written in C with a focus on accuracy. See the main repository for details.
Install
You can get gbcc on Google Play.
Prebuilt packages
Debug packages are generated on each commit. To download them, navigate to the actions tab (you'll need to be logged in to GitHub to do this). Select the latest "Build Packages" job that succeeded, and look for the artifacts dropdown.
From source
I'll write up instructions on this at some point, but it's pretty much just install the Android SDK & NDK, clone this repo recursively, and then run
./gradlew build
This will generate the apks in app/build/outputs/apk/
.