1

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.

Pratik Butani
  • 60,504
  • 58
  • 273
  • 437

1 Answers1

1

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.

Community
  • 1
  • 1
Pratik Butani
  • 60,504
  • 58
  • 273
  • 437