Terminal not registering typing in Android Studio

霸气de小男生 提交于 2020-01-23 06:56:22

问题


When I open the terminal in android studio and type, nothing registers and the cursor stays put.

The screen shot caught the cursor between flashes but it stays right by the > after app. Someone else had the same issue 4 months ago here : Android Studio terminal issue

But no one came forward with solutions.

Anyone know how to fix this?


回答1:


This behavior is a problem related to an incompatibility between IntelliJ (and then Android Studio) and the new windows 10 console (https://youtrack.jetbrains.com/issue/PY-14354).

It is possible to bypass the problem enabling the legacy mode in the terminal options.

  1. Launch a command prompt from windows (win+r and then type cmd)
  2. Right click on the title
  3. properties
  4. options
  5. check Use legacy console, then click OK
  6. Close the terminal and open another one (or just restart Android Studio, it works both ways)


来源:https://stackoverflow.com/questions/28175827/android-studio-terminal-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!