Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 584 Bytes

How To Generate a Language Forge TWA.md

File metadata and controls

14 lines (8 loc) · 584 Bytes

How to generate a Language Forge TWA using Bubblewrap

  1. Install Bubblewrap

npm i -g @bubblewrap/cli

Go through its prompts for configuring the JDK and Android Studio.

  1. Initialize it as an Android Studio project with the following command:

bubblewrap init --manifest https://languageforge.org/manifest.json

  1. Open the project in the latest Android Studio. "Build > Generate Signed Bundle / APK ..." and create a signed Bundle or APK. The keystore should be the same one as the one whose SHA256 fingerprints are in the languageforge.org/.well-known/assetlinks.json file.