Star Rail Helper is an event and redemption code tracker app written in Kotlin
for Honkai: Star Rail.
The codes and events are scraped from Honkai: Star Rail Fandom using my data-scraper-for-star-rail-helper tool.
The UI for this app was inspired by the Genshin Helper app!
You can download the latest release from the Release Page.
To build and install the Star Rail Helper app, follow these steps:
-
Clone the repository:
git clone https://github.com/jeryjs/Star-Rail-Helper.git
-
Open the project in Android Studio.
-
Build the project by clicking on the "Build" menu and then selecting "Build Bundle(s) / APK(s)".
-
Connect your Android device to your computer and make sure USB debugging is enabled.
-
Click on "Run" in Android Studio to install the app on your device.
Alternatively, you can build and install the app using Gradle. Run the following command in the project directory:
./gradlew installDebug
This project is licensed under the MIT License - see the LICENSE file for details.