-
Notifications
You must be signed in to change notification settings - Fork 2
Building the app
BeboKhouja edited this page Sep 4, 2024
·
2 revisions
- Android Studio Koala
- Android Gradle Plugin 8.5.1
- Git
- An Android device or Android Emulator
- Clone the repository:
git clone https://github.com/BeboKhouja/PCSimulatorSaveEditorAndroidPort.git
- Initialize the submodules:
git submodule init
- 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:
Select the device at the top, then click the Play button. Wait as it will build.
- 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.