The Build and release an Android app page contains several stale sections and minor errors that need cleanup:
- Legacy Multidex section: Mentions targeting API < 20, which Flutter no longer supports, and contains outdated CLI/IDE screenshots.
- Outdated Android Studio screenshots: The Build Variants and Gradle module screenshots show the legacy Android Studio UI from several versions ago.
- Garbled command in FAQ: The command in the FAQ has duplicated arguments:
apkanalyzer files list --files-only <SOME-APK> files list --files-only <SOME-APK>.
- v1 Embedder FAQ item: Recommends checking for
flutterEmbedding="1", which is obsolete since v1 embedders were removed in Flutter 3.22.
- Java 9 reference: Notes that
-storetype JKS is required for "Java 9+", whereas Java 17/21 is the standard for modern Android development.
- Third-party tools: Mentions third-party community tools ("Flutter Shark" / "Flutter Hunt") in the FAQ that should be reviewed for currency.
The Build and release an Android app page contains several stale sections and minor errors that need cleanup:
apkanalyzer files list --files-only <SOME-APK> files list --files-only <SOME-APK>.flutterEmbedding="1", which is obsolete since v1 embedders were removed in Flutter 3.22.-storetype JKSis required for "Java 9+", whereas Java 17/21 is the standard for modern Android development.