问题
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.
- Launch a command prompt from windows (win+r and then type cmd)
- Right click on the title
- properties
- options
- check Use legacy console, then click OK
- 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