Nanal for Android

Practice on the go — the same voice tutors, drills, and academic lessons, in a native Android app.

Download APK · 10.9 MB

Android 6.0+ · not from the Play Store, so you'll allow install from your browser.

Installing

  1. 1. Tap Download APK above on your Android phone.
  2. 2. When prompted, allow your browser to install unknown apps (Settings → the browser → Install unknown apps).
  3. 3. Open the downloaded file and tap Install.
  4. 4. Grant microphone access on first launch so voice chat works.

Building it yourself

The Android app is a Capacitor WebView shell that loads the deployed web app. Point it at your URL and build:

export NANAL_APP_URL="https://your-deployed-app.com"
npm run cap:sync
npm run android:release   # needs Android SDK + JDK 17+
# → android/app/build/outputs/bundle/release/app-release.aab
# (or android:debug for a testable app-debug.apk)

Full steps (signing, CI) are in MOBILE.md.