Reputation: 131
I updated to Android Studio 1.3 and to Windows 10 before that.
Now the issue I am facing is that my local embedded terminal in android studio has some how stopped responding to any kind of user input.
I have tried:
My Terminal settings
Has anyone ever faced a similar issue? Is it a Android Studio problem or a Windows problem? How to solve it?
You may suggest me to use the external terminal as that too will work fine. But that's not the answer I am looking for as it ruins the whole Android Studio experience.
Upvotes: 3
Views: 3027
Reputation: 111
This is an issue with IntelliJ and Windows 10 console.
Here is a workaround from "IntelliJ Idea Terminal broken with Windows 10" thread:
https://stackoverflow.com/a/31716623/703562
Works for Android Studio too.
The workaround:
Properties
, then check Set legacy mode
box, and confirm the dialog.Upvotes: 3