File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,8 +230,16 @@ not as an end-user experience.
230230
231231### Android (the product)
232232
233- Connect an Android device over adb (USB ** or** Wi-Fi) — or start an emulator —
234- then, with Node ≥ 20:
233+ ** Fastest path — install the prebuilt APK.** Every tagged release ships a
234+ debug-signed ` arm64-v8a ` APK built by
235+ [ GitHub Actions] ( https://github.com/Helldez/Resonance/actions/workflows/android-apk.yml ) .
236+ Grab the latest one from the
237+ [ Releases page] ( https://github.com/Helldez/Resonance/releases ) , copy it to your
238+ device, and install it (you may need to allow installs from unknown sources).
239+ No toolchain required — this is the recommended way to try the app.
240+
241+ ** Build from source.** Connect an Android device over adb (USB ** or** Wi-Fi) —
242+ or start an emulator — then, with Node ≥ 20:
235243
236244``` powershell
237245npm install --legacy-peer-deps
You can’t perform that action at this time.
0 commit comments