Android Studio 3.5.1 : Can't able to copy text from warning tooltip

206 Views Asked by At

I have updated stable version of Android Studio 3.5.1 today. I am trying to copy string as below screenshot:

enter image description here

Its not copying anything and just closing it by CTRL+c.

How do I copy this? All the older version it works fine.

1

There are 1 best solutions below

0
On BEST ANSWER

On Windows: Try,

  1. Hover over the yellow popup text (CTRL + F1 to see more text of that tooltip)
  2. Alt + LeftMouseClick
  3. The 'Yellow Text' will be in your clipboard, ready to paste.

On Mac, a slightly different dance than Windows.

  • hold shift
  • click and hold towards the end of the text(probably missing last character)
  • keep holding mouse click and release shift
  • while holding mouse click, press Command + C to copy
  • paste wherever

That is it!

Sadly, Now we cant copy text which is selected in tooltip. If anyone find solution for same. Please share.