aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 54c1ec9..6f199d2 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ sudo setfacl -R -m g:android-sdk:rwx /opt/android-sdk
sudo setfacl -d -m g:android-sdk:rwX /opt/android-sdk
```
-- Put these lines into .bashrc or .zshrc etc...
+- Put these lines into .bashrc/.zshrc or any similar shell configuration file to make it persistent across sessions
```
# Android Home
export ANDROID_HOME=/opt/android-sdk
@@ -216,14 +216,14 @@ avdmanager create avd -n <name> -k "system-images;android-29;default;x86"
```
$ flutter doctor --android-licenses
```
-- Run this
-```
-$ flutter doctor
-```
- If licences are still not accepted even after running `flutter doctor --android-licences` try these commands and then run `flutter doctor --android-licences again`
```
$ sudo chown -R $(whoami) $ANDROID_SDK_ROOT
```
+- Run this
+```
+$ flutter doctor
+```
- Install the android SDK command line tools (CLI) or won't be able to accept the android licenses.
```
yay -S android-sdk-cmdline-tools-latest