Android front end to gbcc
Go to file
Phil Jones 8c1b41e9ec
Convert build scripts from Groovy to Kotlin DSL.
This exposed some obsolete statements, and fixes some plugin version
warnings.
2022-04-29 10:45:06 +01:00
.github/workflows Remove version from apk name. 2020-03-18 01:43:59 -07:00
app Convert build scripts from Groovy to Kotlin DSL. 2022-04-29 10:45:06 +01:00
gradle/wrapper Convert build scripts from Groovy to Kotlin DSL. 2022-04-29 10:45:06 +01:00
sources Add ability to remap controllers & improve theme. 2020-09-16 14:08:06 +01:00
.gitignore Add initial test configuration. 2019-10-10 02:09:52 +01:00
.gitmodules Improve vibration handling & minor cleanup. 2022-04-27 12:45:38 +01:00
build.gradle.kts Convert build scripts from Groovy to Kotlin DSL. 2022-04-29 10:45:06 +01:00
gradle.properties Stop assuming JNI strings are null-terminated. 2021-02-03 11:43:04 +00:00
gradlew Add initial test configuration. 2019-10-10 02:09:52 +01:00
gradlew.bat Add initial test configuration. 2019-10-10 02:09:52 +01:00
LICENSE Add license header to source files. 2020-03-17 20:38:40 -07:00
README.md Add Google Play link to README. 2020-03-24 19:12:45 +00:00
settings.gradle.kts Convert build scripts from Groovy to Kotlin DSL. 2022-04-29 10:45:06 +01:00
TutorialRoboScript.json Add debug flag to build & fix possible crash. 2020-05-02 21:33:39 +01:00

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/.