
- #Find drawable folder for android studio app on mac install#
- #Find drawable folder for android studio app on mac update#
Linux: Update your PATH to point to the Android SDK Platform-tools directory. Mac OSX: Update the PATH variable to point to the Android SDK Platform-tools directory in the /etc/rc.common file or ~/.bash_profile: export PATH=$PATH:~/Development/Android/android-sdk/tools:~/Development/Android/android-sdk/platform-tools NOTE: The last "\" at the end of the Path variable must be included. In the above example, you would add:Ĭ:\Development\Android\android-sdk\tools\ C:\Development\Android\android-sdk\platform-tools\ Add the full path to the directory at the end of the path, separated by a semicolon from the previous path.

Under the Advanced tab, select Environment Variables and select Variable Path in the System variables window.Click the Advanced system settings button to open the System Properties window.In the File Explorer, right-click This PC and select Properties.

If you have chosen a different folder directory than the default, it is necessary to add those directories to your Windows Path: If you plan to work outside of Android Studio and use tools like adb directly, you will need to manually configure Environment Variables on your system for Android development. Do not exit the SDK Manager or it will cancel the download. NOTE: the downloads progress is shown at the bottom of the SDK Manager window.
#Find drawable folder for android studio app on mac install#
#Find drawable folder for android studio app on mac update#
Android Studio includes a SDK manager that allows you to install additional SDK components, besides the ones installed with Android Studio, and to update your Android SDK tools.
