Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 939
MikeKeepsOnShine Avatar asked Oct 31 '25 20:10

MikeKeepsOnShine


1 Answers

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

like image 127
Nainal Avatar answered Nov 02 '25 11:11

Nainal