The Gitea Actions ubuntu-latest image does not include the Android SDK (unlike GitHub Actions). Add an explicit step to download cmdline-tools, install platform-tools, platforms;android-35, and build-tools;35.0.0, then export ANDROID_HOME and PATH via GITEA_ENV_FILE/GITEA_PATH_FILE so subsequent flutter precache and flutter build apk steps can find it.