Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
be...@google.com <be...@google.com>
lu...@google.com <lu...@google.com>
lu...@google.com <lu...@google.com> #2
This has since been fixed and will be available in Android Studio 3.6 Canary 7 onwards.
Description
AI-181.5540.7.32.5014246, JRE 1.8.0_152-release-1136-b06x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080, 1920x1080
Android Gradle Plugin: 3.1.3
Gradle: 4.4
NDK: from local.properties: 18.0.5002713; latest from SDK: 18.0.5002713;
LLDB: pinned revision 3.1 not found; latest from SDK: (package not found);
CMake: from local.properties: (not specified); latest from SDK: 3.6.0-rc2; from PATH: (not found);
Shortcut for "Go to related symbols" does in work in Android Studio when in an Activity/Fragment which was created using Kotlin.
To reproduce: Simply create a new Activity/Fragment with kotlin (right click on package -> New -> Activity/Fragment -> ... ) and press CTRL + ALT + HOME (on Windows 10). You will get an error saying "No related symbols".
But if you do the same, this time with a Java created Fragment/Activity, then it will work.
Also, you can go from .xml file to the related Java/Kotlin Activity/Fragment, but can't go from Kotlin to those.