Status Update
Comments
ni...@google.com <ni...@google.com> #2
I've submitted a fix for this, which should (I hope) make it into Jellyfish Canary 12. There's a relatively straightforward workaround, which is to explicitly declare the version of the com.android.tools.build:gradle
artifact in all build files -- in the screenshot, your project has a versioned classpath
dependency, but also an unversioned one, and it's that unversioned one that tripped up the AGP Upgrade Assistant. Since there is that workaround of making sure that all the classpath dependencies on com.android.tools.build:gradle
have an explicit version, we probably won't patch this for Iguana, I'm afraid.
Thanks very much for the report!
uc...@google.com <uc...@google.com> #3
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 Jellyfish | 2023.3.1 Canary 12
- Android Gradle Plugin 8.4.0-alpha12
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!
ni...@google.com <ni...@google.com>
uc...@google.com <uc...@google.com>
ni...@google.com <ni...@google.com> #4
ch...@google.com <ch...@google.com> #5
ni...@google.com <ni...@google.com> #6
same problem in latest koala, AGP upgrade assistant never opens
Please could you open a new issue, and upload enough details about your project to be able to investigate or (ideally) reproduce the problem? Thank you!
ch...@google.com <ch...@google.com> #7
For the shadow in LinearLayout, actually we use it to indicate the direction of LinearLayout.
But we agree it is quite annoying for seeing a clear preview.
So we remove that shadow when LinearLayout is not selected. It would be release in the following version.
Thanks!
Description
Steps:
1. Create new empty project with Android Studio 3.3 and using androidx
2. Change the CoordinatorLayout in the activity_main to LinearLayout
After those steps my LinearLayout is not rendering correctly in the editor. But running the app is no problem. I attach some screenshots. On the first one is normal looking RelativeLayout and on the second is bad looking LinearLayout (I'm talking about the shadows)
Also on RelativeLayout and LinearLayout I cannot position the elements with the mouse. I can use only coding.
Also the theme is missing on both layouts. Before I was able to see the ActionBar at the top. Now is missing.