From 659220fc333a796e0f059fe1b891a8708b75c13e Mon Sep 17 00:00:00 2001 From: M Date: Thu, 30 Dec 2021 14:00:46 +0200 Subject: [PATCH] Update android build guide. --- howto-build-android.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/howto-build-android.md b/howto-build-android.md index 623aed6b5..02652d49b 100644 --- a/howto-build-android.md +++ b/howto-build-android.md @@ -51,9 +51,7 @@ You may download and install the latest version of Android Studio [here](https:/ ### 3. Installing Flutter -The easiest way to install Flutter is by using the `snap` package manager. Other means of installing Flutter on your system can be found [here](https://flutter.dev/docs/get-started/install/linux). - -`$ sudo snap install flutter --classic` +Need to install flutter with version `2.0.4`. For this please check section [Install Flutter manually](https://docs.flutter.dev/get-started/install/linux#install-flutter-manually). When flutter repository is downloaded please open it with `cd ` and checkout version 2.0.4 by `git checkout 2.0.4`. ### 4. Verify Installations @@ -64,7 +62,7 @@ Verify that the Android toolchain, Flutter, and Android Studio have been correct The output of this command will appear like this, indicating successful installations. If there are problems with your installation, they **must** be corrected before proceeding. ``` Doctor summary (to see all details, run flutter doctor -v): -[✓] Flutter (Channel stable, 2.0.2, on Linux, locale en_US.UTF-8) +[✓] Flutter (Channel stable, 2.0.4, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 28) [✓] Android Studio (version 4.0) ```