Cmder: Can't use as terminal in Android studio

Created on 20 Feb 2017  ·  5Comments  ·  Source: cmderdev/cmder

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!

Guide

Most helpful comment

How to integrate Cmder with Android studio – related: #282

Here are the full steps to integrate Cmder perfectly with Android Studio:

  1. Assuming you have the latest version of Cmder, go to the installation directory and create a new file named cmder_shell.bat, with the following content:
    @cmd.exe /k %0\..\vendor\init.bat
  2. Open settings in Android Studio (Ctrl+Alt+S) and type terminal in the search box
  3. In the __Shell path__, change _cmd.exe_ to the following:
    C:\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.
android_studio_terminal

android_studio_terminal_cmder

We have an this guide available in the wiki here:

All 5 comments

👍

:+1:

👍

How to integrate Cmder with Android studio – related: #282

Here are the full steps to integrate Cmder perfectly with Android Studio:

  1. Assuming you have the latest version of Cmder, go to the installation directory and create a new file named cmder_shell.bat, with the following content:
    @cmd.exe /k %0\..\vendor\init.bat
  2. Open settings in Android Studio (Ctrl+Alt+S) and type terminal in the search box
  3. In the __Shell path__, change _cmd.exe_ to the following:
    C:\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.
android_studio_terminal

android_studio_terminal_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?

image

Update: All fine, sorry, issue was in installed locally package GOW from scoop which is also contains similar binaries like ls

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edgariscoding picture edgariscoding  ·  3Comments

tfarina picture tfarina  ·  3Comments

GlassGruber picture GlassGruber  ·  3Comments

emesx picture emesx  ·  3Comments

brunowego picture brunowego  ·  3Comments