This project generates an Android APK of the Rule 34 App thanks to the TWA technology.
This is just an alternative to the PWA and should NOT be used, as there is no way to auto update.
The recommended way to install the Rule 34 App is as a PWA through your browser.
Learn more about installing the Rule 34 App.
Download the latest .APK.
- JDK8
- Android Studio CLI
- Bubblewrap CLI
First you will need to paste the secret android.keystore
to the src
directory.
cd src
# Install dependencies
npm install
# Init
bubblewrap init --manifest https://r34.app/_nuxt/manifest.<UNKNOWN>.json
# Update
bubblewrap update
# Build
bubblewrap build --skipPwaValidation