Skip to content

Installing APK on Android

1. Check your Android version

SettingsAbout phoneAndroid version

2. Determine CPU architecture

ArchitectureDescription
arm64_v8a64-bit, most modern devices
armeabi_v7a32-bit, older devices (pre-2017)

3. Installation

  1. Download APK from GitHub Releases
  2. Enable Unknown sources (Settings → Security)
  3. Open the downloaded file and follow instructions

4. Troubleshooting

  • Check Android version compatibility
  • Check CPU architecture
  • Try a different APK version
  • Make sure installation from unknown sources is allowed