Search code examples
androidandroid-studioterminaladb

How can I change the default directory of the terminal?


I want to change the default directory of the Android Studio (v2.2.2) terminal.

When i open the terminal it is based on the direcetory of the project.

C:\path-of-the-project\

I often have to use adb shell, so i must navigate to the SDK path (platform-tools) to use adb command.

Is it possible to change the default directory of the terminal making it point to the SDK-->tools folder?


Solution

  • You can change the default directory of the Android Studio terminal. Go to File->Settings->Tools->Terminal and select the path you want to choose.

    Changing terminal path