Assigned
Status Update
Comments
lb...@gmail.com <lb...@gmail.com> #2
This is yet another reason for why I think Google should update the legacy tool and not just work on the new one.
The legacy tool could do this as far as I remember, and it could work on ALL apps, and not just debuggable ones.
The legacy tool could do this as far as I remember, and it could work on ALL apps, and not just debuggable ones.
Description
Version of Gradle Plugin:
Version of Gradle:
Version of Java:
OS:
Android Studio 4.2.1
Build #AI-202.7660.26.42.7351085, built on May 10, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 8048M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.settings.move.mouse.on.default.button=true, debugger.watches.in.variables=false
Non-Bundled Plugins: GenerateSerialVersionUID, String Manipulation, com.dubreuia, com.jetbrains.performancePlugin, org.jetbrains.kotlin, com.google.mad-scorecard, com.ppismerov.ksvu, izhangzhihao.rainbow.brackets, org.intellij.plugins.markdown
Steps to Reproduce:
Suppose you work on a large app that you don't know much about, and you want to find for some UI what's the matching code and layout resources for it.
1. Use the layout inspector on the screen that you currently see.
2. Try to find how to copy the ID of some View, by right-clicking on any item from the list.
The bug is that you either get a context menu at the very top of the screen, or one that has a single item of "Nothing here".
Even on the attributes pane, you can't right click the ID or select it as text.