Please provide the following:
- SDK Version: Latest
- Platforms(iOS):
in Setting up the ( Android Studio’s tools) Step 1
[ -d "$HOME/Library/Android/sdk" ] && ANDROID_SDK=$HOME/Library/Android/sdk || ANDROID_SDK=$HOME/Android/Sdk
echo "export ANDROID_SDK=$ANDROID_SDK" >> ~/`[[ $SHELL == *"zsh" ]] && echo '.zshenv' || echo '.bash_profile'`
...
Do I need to change anything inside this code ?
im a beginner so please help me.