Android app
Native install for launcher icon, splash screen, and pull-to-refresh.
Download the MyExercise Android app (APK) and install it on your device.
Download APKDirect link: https://myexercise.dev/downloads/myexercise.apk
After downloading, open the file on your Android device. You may need to allow installs from your browser once. The app loads myexercise.dev in a native shell and needs internet.
Build a new APK (developers)
From the repo root:
npm run android:apk
That syncs remote mode, runs Gradle, and copies the APK to public/downloads/myexercise.apk. Commit and deploy so production serves the new file.