-
Notifications
You must be signed in to change notification settings - Fork 49
Compiling Pluvia
Oxters edited this page May 5, 2025
·
6 revisions
(WIP, but mostly for me to remember how to compile a release build manually on PC)
- Open Android Studio.
- Checkout the specific branch you'd like to compile.
- Run Clean & Build
- Select Build > Generate Signed App bundle or APK... > Android App bundle > Select your signing key > choose release.
- Wait... like seriously wait...
- When done, press Locate to open explorer to the .abb file.
- Copy it to the folder containing the bundle tool.
-
java -jar .\bundletool-all-1.18.1.jar build-apks --bundle=app-release.aab --output=app-release.aab.apks --mode=universal. This wil use debug signing as is. - An
.apksfile will be made, open it with 7-Zip - Extract out
universal.apkand you're done! 🥳
tar -cJf archive.txz -C /path/to/folder .
tar -C /path/to/folder -cf archive.tar .
zstd archive.tar -o archive.tzst
Download the desired version of DXVK from the releases page. Extract the x32 and x64 files contained within the compressed file into a folder. Rename x32 to syswow64 and x64 to system32 then follow the process above for creating a .tzst file on the folder containing these folders.