SuperVoiceBoard v0.9.0 (test build)
Pre-release
Pre-release
Read this before installing
- This build is signed with Android's public debug key. Anyone can build an APK that Android will accept as an update to it. Install it to try the keyboard, not to rely on it.
- It installs as a separate app id (
com.supervoiceboard.app.debug). A future signed build cannot upgrade over it — you will have to uninstall this one and lose your keyboard settings. - This build ships without
main_ro.dict, the main English dictionary. Word suggestions while typing will be worse than a real build. Dictation is unaffected. - The APK is debuggable. Anyone with USB debugging access to your phone can read the keyboard's data.
What you need
- arm64 phones only. Almost every phone sold since ~2016 is arm64; a 32-bit device cannot install this.
- Dictation needs a 482 MB model download on first run, from Settings. Until it finishes, the mic key falls back to your system recognizer where the platform has one.
- About 1.0 GB of storage if you also install the optional refiner.
Fix -Pabi: an ABI cannot be named in both abiFilters and the splits
AGP rejects the pair outright — "Conflicting configuration : 'arm64-v8a' in
ndk abiFilters cannot be present when splits abi filters are set" — so the
phone build failed in configuration and produced no APK. The narrowed build
now leaves abiFilters empty and lets the split decide what is built, which
also keeps the arm64-v8a suffix the workflow globs for. The unnarrowed
default is untouched, because it was already working.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_014YbxfdiHpZ617p2ifDKMF9
Built from da52652. Based on HeliBoard 4.1 (versionCode 4101) — the 4.1 in the manifest is the upstream base, not this release.