Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't type into Android Studio's built in terminal

Tags:

Don't know since when, but I was off work for a few days, and now Android Studio is wont to not let me type into the built in terminal.

I use Android Studio on my HP laptop with Windows 10 on top of it.

Here's a screenshot, as I click on it the cursor gets highlighted and starts blinking as usual but typing into it doesn't work anymore.

Android Studio terminal

Well I have tried

  • adding terminals,
  • removing Terminals,
  • deleting AS data, and
  • even reinstalling AS completely

If anyone has got a solution, please assist.

like image 649
Abhishek Avatar asked Aug 12 '15 01:08

Abhishek


People also ask

How do I open Android Studio in terminal?

To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh . Select whether you want to import previous Android Studio settings or not, then click OK.

How do I change the terminal in Android Studio?

go to File/Other Settings/Preferences For New Projects then in Terminal tab, change the "Shell Path" attribute. You may click on the folder icon on the right side of this field and choose your desired shell.


1 Answers

This is an issue on Windows 10. To fix it, open a command prompt window (cmd.exe), then right click the title, and open Properties. Check Use legacy console, and it should go back to working (might need to restart Android Studio).

like image 80
RogueBaneling Avatar answered Oct 26 '22 23:10

RogueBaneling