Hi:
I want to set the cmder as terminal in AndroidStudio on Windows10 to instead the cmd or powershell .
But when i set and click the [terminal] tab in Android Studio, it will open an new cmder windows.
I want the cmder window can embed into the Android Stuido terminal
Thanks!
👍
:+1:
👍
Here are the full steps to integrate Cmder perfectly with Android Studio:
cmder_shell.bat, with the following content:@cmd.exe /k %0\..\vendor\init.batterminal in the search boxC:\path\to\cmder\cmder_shell.bat (make sure to replace _C:\path\to\cmder_ to your installation directory, or it's better to define an environment variable instead.)At any time, press ALT-F12 to run Android Studio's terminal with Cmder.


We have an this guide available in the wiki here:
Did like so and terminal opens using cmder, but how can I fix encoding?

Update: All fine, sorry, issue was in installed locally package GOW from scoop which is also contains similar binaries like ls
Most helpful comment
How to integrate Cmder with Android studio – related: #282
Here are the full steps to integrate Cmder perfectly with Android Studio:
cmder_shell.bat, with the following content:@cmd.exe /k %0\..\vendor\init.batterminalin the search boxC:\path\to\cmder\cmder_shell.bat(make sure to replace _C:\path\to\cmder_ to your installation directory, or it's better to define an environment variable instead.)At any time, press ALT-F12 to run Android Studio's terminal with Cmder.

We have an this guide available in the wiki here: