Android Studio Mac setup guide.

22 downloads 287 Views 262KB Size Report
Android Studio is designed to be set up for by each user. This guide demonstrates how to use Android studio on a shared
Android Studio Mac setup guide. This Document is available online at http://goo.gl/nj8aqY

Android Studio is designed to be set up for by each user. This guide demonstrates how to use Android studio on a shared computer with a single SDK. This shortens the setup time (because each user does not have to download the SDK) and allows the setup to be completed without administrative rights. Step 1: If you have launched android studio before and want to clear your settings. Open a terminal and run the following command.

rm -rf ~/Library/Application\ Support/AndroidStudio1.3 \ ~/Library/Caches/AndroidStudio1.3/ ~/Library/Logs/AndroidStudio1.3/ \ ~/Library/Preferences/AndroidStudio1.3/ ~/.android/

1

Step 2: Launch android Studio. You should see the complete installation window if not, go back to step 1. Choose “I do not have A previous version of Studio or I do not want to import my settings” and Press OK.

2

Step 3: Click Next at the Welcome Screen. Then at the Install Type window choose “Custom” option and press next.

3

Step 4: At the Select UI Theme window choose your Preferred UI theme, and click next. At the SDK Component Setup window. Uncheck “Performance(Intel (r) HAXM) - installed” and change the Android SDK location to /android-sdkmacosx/ Then press next.

Step 5: At the Verify Settings window press finish. After about 30 second the setup will complete. At the Downloading Comments window press Finish. You have now completed the Initial Setup of Android Studio and can begin using it.

4