skip to Main Content

I updated Android Studio to Koala 2024.1.1

enter image description here

and now, everytime I hover over a class, I get 2 tooltips. The first one:

enter image description here

which is the one i want.

In less then 1 second, though, it gets replaced with a second one which I don’t want:

enter image description here

Is there a solution? Is this a known bug or is it maybe caused by something else like my plugins? Thanks for any help

2

Answers


  1. Chosen as BEST ANSWER

    I tried "File > Invalidate Caches..." but it didn't work.

    Then I tried finding older versions of Android Studio to download. Unfortunately I didn't find a way, which is mind blowing to me...

    Luckily though, I remembered I never delete stuff so looking through my files I found the previous installer on my pc: version 2023.3.1.18 Jellyfish:

    image if my installed Android Studio version

    I uploaded it to this link if anyone wants to downgrade: https://www.transferxl.com/download/08VKH64Hmj6Gr

    It's my first time sharing a big file so if anyone has problems and knows an alternative way, leave a comment bellow and let me know.

    For me it fixed the issue for now. In a few months I'll try to update Android Studio again and update this answer if the issue disappears.

    tl;dr downgraded to old working version. You can find installer at the link above.


  2. The highly bothering issue come from Debugger, you can uncheck the following setting to solve this :
    Build, Execution, Deployment, Debugger, Data Views, Show value tooltip.
    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search