Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Terminal on Android studio truncates output

As shown in the below screenshot taken from Android studio's terminal window, it truncates text beyond a point (rectangle in white color). This happens even when I type in something. The text is present, but doesn't show up. What to do for resolving this?

Android studio's terminal window truncated text

like image 384
bighi Avatar asked Nov 09 '22 03:11

bighi


1 Answers

This fixes various Win10/Android studio 'terminal' oddities:

In Windows
RUN the old 'DOS console' ie command prompt - cmd.exe
[e.g. press win+r then type cmd.exe]
Right click logo (top left corner)
Click properties
Click Options folder
Tick Use legacy console checkbox
Click OK

In Android Studio
Close and re-open the terminal session

Finally
If you are still having problems, just use use the windows command prompt instead!
OR
check out this answer

like image 112
Bad Loser Avatar answered Nov 14 '22 23:11

Bad Loser