Android Studio Fabric Plugin displays wrong characters - the weirdest bug - android-studio

I have the weirdest display bug in the Fabric Plugin for Android Studio.
Check it out :
Interestingly :
I discovered that each and every character was replaced by its ASCII value minus 2. Ex : "2 PEOPLE" is displayed "0 NCMNJC".
Characters are weirdly overlapping each other. As the typeface is not monospace ('m' takes more space than 'i'), it indicates that the required space for each character is rightfully calculated, but the wrong character is finally displayed.
Any idea ?
I'm running Android Studio 2.3.2 on Windows 10.

Turned out to be a much wider problem I solved by deleting hundreds of fonts following that piece of advice
I don't know which font was causing this and why it only affected this particular plugin of this particular software though.

i'm running windows 7 and run into the same problem what worked for me is :
startMenu>control panel>
top right on control panel window choosing any other view than category >
choose fonts folder>
in the fonts window on the top left choose font setting
and than press the restore default font setting
after all this restart your computer and than you should see the right font displayed also note that i did a full uninstall and reinstall of the fabric.io plugin to android studio before restarting computer cause when i reset the font setting it caused a quick display of the right font and than jumped to the bugged font all over...

Related

Android Studio numerical in Editor issue

I have a strange issue with the android studio design screen
Whenever I enter any number in the layout -> constraint Widget (up left right down) and press ENTER
the numerical style keeps changing by itself in the attribute field (such as layout_marginTop) to Hindi style (Arabic) and of course, because of this, the Design screen keeps disappearing because that causes an error in the XML syntax.
I tried everything in the regional setting (changing the number of standard digits and native digits in the windows regional settings) but non of that made any difference. I attached a screenshot for more clarification.
can anyone help me?
Please advise on how to get rid of this issue
ScreenShot of my Android studio space with issue

Android Studio 4.0 red line tooltip suggestions disappearing too quickly to read

I updated my Android Studio recently to 4.0 and now when I type code incorrectly, and I mouse over the red squiggly line to see what it expects or suggests, the tooltip appears and disappears very quickly. I can't read it. In fact, it's even harder now to get the thing to show up, it's very precise where the mouse pointer is. I've restarted everything including my computer. I've changed the tooltip settings from 700 to 2000 with no change. Anyone else have this issue and know how to fix it?
Thanks all!
I found the answer via this link:
Android Studio , tooltip disappearing so fast
Basically, put a bunch of random letters in your filter for Logcat and it will stop the messages, the tooltip will stay up. When Logcat is running it's interrupting the tooltips now for some reason. I think this must be a bug.

What causes control text to get cut off?

My VB6 application is having a layout problem on certain end user PCs, but so far we are unable to identify what is causing this.
Normal layout:
Broken layout:
The text on the left are the captions of the radio buttons. The text in the upper right is a label.
I am familiar with two different settings in Windows Control Panel which can affect text size, and initially we suspected this was the cause. In Windows 10, they are:
Control Panel >
Appearance and Personalization >
Display >
(1) "Use these display settings" > "Customize your display"
or
(2) "Set a custom scaling level"
(Terminology was different in earlier Windows versions but I think the features were the same?)
However upon testing these settings with our app neither reproduces the problem.
What else might be causing the text layout issue shown in the image?
This appears to be caused by a Windows bug.
The description & fix as mentioned in the source website are as follows:
if you have a high resolution screen at install time, Win7 will install a larger font set (125%) by default. If you then choose go back to the standard font size (100%), Windows will keep some of the large fonts even though everything else is adjusted for standard fonts, causing programs that use these fonts to break because the text will not always fit inside the GUI.
By editing the Windows registry you can get the original, intended fonts back:
Open the start menu and type regedit and then press Enter.
Locate the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Find the value MS Sans Serif 8,10,12,14,18,24
Change from SSERIFF.FON to SSERIFE.FON
Find MS Serif 8,10,12,14,18,24
Change from SERIFF.FON to SERIFE.FON
Finally find Courier 10,12,15
Change from COURF.FON to COURE.FON
Restart your system in order for the changes to take effect!
The exact font names may vary depending on locale settings.
I was able to create the problem scenario as described here on Windows 10, and that reproduced the problem with our VB6 app. I think that confirms this as the fix.
A Microsoft blog post seems to be the authoritative original source of this information.

Android Studio IDE - Terminal Background Text Colors different from Terminal Background Color

I just recently installed Android Studio on my Windows 10 computer, and I am trying to resolve this dissonant background color issue in the built-in terminal. Screenshot here. I have not had this problem when I used Android Studio on Ubuntu 14.04.
The color of the text background is black, while the color of the console background is white. This issue is not related to my using Git Bash as my terminal as it also occurs when I use Windows Command Prompt.
I have checked through Settings --> Editor --> Colors and Fonts --> Console Colors and was unable to find anything that would allow me to resolve the background colors. I have also tried changing the color scheme to something different (e.g. Darcula). Screenshot here. Additionally, I also tried to change the overall UI theme and still got identical results.
The terminal is ugly, but I would love to take advantage of its built-in conveniences for using Git. The Android logcat output and Gradle messages look perfectly fine. How can I fix this so that the text and console background colors are the same? Thanks in advance.
I struggled with this issue for a while too.
From experience, the terminal takes the colors of the Windows console. Not that very well however that was the only way that I could do the required changes.
Open a cmd window in windows and on the main menu go to defaults.
Change the colors and save. Next terminal in Android Studio will change on next instance.
The colors won't follow exactly so one needs some experimenting. Best results I got with black text on white background.

can't type more than 48 characters in android studio terminal

On my android studio terminal, if I type more than 48 characters they become invisible.
Android:1.1.0, Build number: AI:135.1740770
Changing file-encoding to UTF-8, had solved the problem of characters not appearing
Assuming you're working with Windows, the Android Studio windows needs to be in a "normal" state and not "maximized". It is a problem with Window's scaling. You're window in "normal" state is when your application can be resized with your cursor. Best you can do is just slightly resize the left or right edges and your terminal characters should appear...

Resources