diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-06 21:21:57 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-06 21:21:57 +0200 |
| commit | afe08398c41fdb57de56f7a8c38bfbcf41281e47 (patch) | |
| tree | 20e4dcad29742c717a9bb2bc252afecb9f77a3d6 | |
| parent | ea3514c06668c03083a49252d8d26fbde7d44e05 (diff) | |
| download | dotfiles-afe08398c41fdb57de56f7a8c38bfbcf41281e47.tar.gz dotfiles-afe08398c41fdb57de56f7a8c38bfbcf41281e47.zip | |
Moved commands into correct order for Android Studio
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
