Status Update
Comments
vi...@google.com <vi...@google.com> #2
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide at
uj...@gmail.com <uj...@gmail.com> #3
Android Studio 4.0
Build #AI-193.6911.18.40.6514223, built on May 20, 2020 Runtime version: 1.8.0_242-release-1644-b01 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep Memory: 1237M
Cores: 12
Registry: ide.new.welcome.screen.force=true
Screenshots :
Issue :
When creating a new project
Starting with the Navigation Drawer Activity
Opening the app/res/menu/activity_main_drawer.xml
file
The preview tab of this specific tab doesn't load which is the issue
For you :
Link to the project on github is
The idea.log file is attached to this.
What I have already tried :
- Rebuilding the project
- Adding
tools:showIn="navigation_view"
and re-pasting and rebuilding.(in theapp/res/menu/activity_main_drawer.xml
) - Adding
tools:openDrawer="left"
(in theapp/res/menu/activity_main_drawer.xml
) - Restarting the Studio.
- Running it on other PCs and the issue persists.
- Creating a new project with navigation drawer activity and still the issue persists.
vi...@google.com <vi...@google.com>
di...@google.com <di...@google.com>
uj...@gmail.com <uj...@gmail.com> #4
I notice you've released the patch to the issue.
As a contributor to discovering the bug, do I receive any acknowledgement for it ?
Perhaps a certificate or an email of recognition ? I'm just excited I could contribute to discover and solve the bug.
di...@google.com <di...@google.com> #5
You are right, a fix for this was merged on the 30th of Jun and released in 4.2 Canary 4. It will also be released in 4.1 soon.
We do not have any certificates but, if it helps, you saved us a ton of time since it was nicely redacted and contained all the information we needed from the first comment :)
uj...@gmail.com <uj...@gmail.com> #6
I totally understand that. I would like to appreciate your effort your efforts into resolving this issue quickly and for being so responsive.
I was just hoping if you could write me an email/letter of appreciation, I'm just a student and adding this would be a huge achievement to my Resume/CV and would mean a lot for my career.
Description
Build: AI-191.8026.42.35.5791312, 201908090002,
AI-191.8026.42.35.5791312, JRE 1.8.0_202-release-1483-b03x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1536x864
AS: 3.5; Android Gradle Plugin: 3.5.0; Gradle: 5.4.1; NDK: from local.properties: (not specified), latest from SDK: (not found); 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: (not found)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply all required information.
Bug :
The activity_main_drawer.xml in a New Project(Activity- Navigation Drawer Activity) doesn't render in preview tab.
This bug/issue is found whenever I make a new Navigation Drawer Activity.
Details :
Created a new project with new activity - Navigation Drawer Activity
I open the
app/res/menu/activity_main_drawer.xml
and check for preview and it doesn't render.It's a new project with no new changes made, still the preview of the menu doesn't load.
What I tried :
tools:showIn="navigation_view"
and re-pasting and rebuildingtools:openDrawer="left"
Where you can find the project :
I've hosted it at this github repo
The picture of the issue is here where the preview doesn't render/load