App-Android icon indicating copy to clipboard operation
App-Android copied to clipboard

Generated Android APK of the Rule 34 App.

Rule 34 App — Android

This project generates an Android APK of the Rule 34 App thanks to the TWA technology.

Warning

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

Download the latest .APK.

Development

Requirements

  • JDK8
  • Android Studio CLI
  • Bubblewrap CLI

Usage

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