kevinsullivan / moralpain_dev

VSCode + Docker container development environment for moral distress project
0 stars 9 forks source link

Bug in tools installation documentation #139

Open kevinsullivan opened 1 year ago

kevinsullivan commented 1 year ago

To install missing Android packages on Mac, the documentation says do (some version of) this:

sdkmanager –install “build-tools;31.0.0”

There are two problems: (1) the dash needs to be a double dash, (2) the quotation marks need to be single.

These changes need to be made in all the relevant, adjacent lines in the documentation.

Same thing here: avdmanager create avd –name avd_31 –package “system-images;android-31;google_apis;x86_64”

Larger issue: The fact that the default shell on MAC is now zsh breaks all of these instructions, starting with paths.