Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 2.22 KB

README.md

File metadata and controls

47 lines (28 loc) · 2.22 KB

image

Star Rail Helper

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!

Screenshots

Dark Theme

Light Theme

How to Install

You can download the latest release from the Release Page.

Building from source

To build and install the Star Rail Helper app, follow these steps:

  1. Clone the repository:
    git clone https://github.com/jeryjs/Star-Rail-Helper.git

  2. Open the project in Android Studio.

  3. Build the project by clicking on the "Build" menu and then selecting "Build Bundle(s) / APK(s)".

  4. Connect your Android device to your computer and make sure USB debugging is enabled.

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

License

This project is licensed under the MIT License - see the LICENSE file for details.