Terminal on Android Studio not responding

I have upgraded to Android Studio 1.3 and to Windows 10 before that.

Now the problem I am facing is that my local embedded terminal in android studio has some ways that stopped responding to any user input.

I tried:

  • Restarting android studio.
  • Reboot your PC
  • Search through Google for a solution

My terminal settings

Settings

Has anyone faced a similar problem? Is this an Android Studio issue or a Windows issue? How to solve it?

You can suggest that I use an external terminal as that will work fine too. But this is not the answer I am looking for as it ruins the whole Android Studio experience.

+3


source to share


1 answer


This is an issue with IntelliJ console and Windows 10. Below is the workaround from "IntelliJ Idea Terminal crashed on Windows 10": fooobar.com/questions/333572 / ...
Works for Android Studio too.

Workaround:



  • Open a command prompt window.
  • Right click on the title bar.
  • Select Properties

    , then check the box Set legacy mode

    and confirm the dialog.
+3


source







All Articles