aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-06 21:21:57 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-06 21:21:57 +0200
commitafe08398c41fdb57de56f7a8c38bfbcf41281e47 (patch)
tree20e4dcad29742c717a9bb2bc252afecb9f77a3d6
parentea3514c06668c03083a49252d8d26fbde7d44e05 (diff)
downloaddotfiles-afe08398c41fdb57de56f7a8c38bfbcf41281e47.tar.gz
dotfiles-afe08398c41fdb57de56f7a8c38bfbcf41281e47.zip
Moved commands into correct order for Android Studio
-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