Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
an...@google.com <an...@google.com> #3
I've submitted a fix, which will be in the next canary build (Ladybug Canary 3).
an...@google.com <an...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug | 2024.1.3 Canary 3
- Android Gradle Plugin 8.7.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ev...@gmail.com <ev...@gmail.com> #5 Restricted+
Restricted+
Comment has been deleted.
Description
Build: AI-201.8743.12.41.6776251, 202008191655,
AI-201.8743.12.41.6776251, JRE 1.8.0_242-release-1644-b3-6222593x64 JetBrains s.r.o, OS Linux(amd64) v5.4.0-45-generic, screens 3440x1440
AS: 4.1 RC 2; Kotlin plugin: 1.4.0-release-Studio4.1-1; Android Gradle Plugin: 4.1.0-rc01; Gradle: 6.5; NDK: from local.properties: (not specified), latest from SDK: 21.3.6528147; LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: 3.16.3
Trying to use auto complete for
include
attributes shows "No Suggestions"Navigation Library: 2.3.0
Affected Android Studio:
Repro steps:
<include
Actual
Shows "No Suggestions"
Expected:
Should show popup with available attribute options. Acording to documentationhttps://developer.android.com/guide/navigation/navigation-design-graph#navigation_across_library_modules should show at least
app:graph
Note: appNs is already added and it works on other tags e.g.
argument
Please see attached video for more details.