Installing APK on Android
1. Check your Android version
Settings → About phone → Android version
2. Determine CPU architecture
| Architecture | Description |
|---|---|
arm64_v8a | 64-bit, most modern devices |
armeabi_v7a | 32-bit, older devices (pre-2017) |
3. Installation
- Download APK from GitHub Releases
- Enable Unknown sources (Settings → Security)
- 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