We are no longer providing the android sdk, students will have to maintain their own copy in their home directory.
If you want to copy our version, run:
rm $HOME/Android/Sdk rsync -a /users/network/byucs-android-sdk/ $HOME/Android/Sdk --progress
If you want to start from scratch and let android studio download the sdk brand new, on it's own, do:
rm -rf $HOME/Android rm -rf .AndroidStudio*
and run android studio again.