Building the app - BeboKhouja/PCSimulatorSaveEditorAndroidPort GitHub Wiki

Requirements:

The Android Studio way

  • Android Studio Koala
  • Android Gradle Plugin 8.5.1
  • Git
  • An Android device or Android Emulator

Building

Setting up

  • Clone the repository:
git clone https://github.com/BeboKhouja/PCSimulatorSaveEditorAndroidPort.git
  • Initialize the submodules:
git submodule init

Building

  • Open Android Studio.
  • Make sure the Android Gradle Plugin version is at version 8.5.1.
  • Wait for the files to index and for Gradle to finish doing its work. After that, you can either:

Run it on your device

Select the device at the top, then click the Play button. Wait as it will build.

Generate an APK

  • Go into Build > Generate Signed App Bundle / APK...
  • Select APK, then click Next.
  • Create a new key if not done already.
  • Enter the key alias, password, keystore password.
  • Click next.
  • Select debug or release, then click Create.