Status Update
Comments
xa...@google.com <xa...@google.com> #2
[Monorail components: -Platform>DevTools Blink>CSS]
dr...@gmail.com <dr...@gmail.com> #3
Steps:
---------
1. Launched chrome and opened devtools
2. Observed that able to add position and top rules.
Attached screen-cast for reference.
@Reporter: Could you please review the attached screen-cast and let us know if we missed anything from our end.
Requesting you to provide a sample URL/file that reproduce the issue, so that it would be really helpful in triaging the issue.
Thanks
bi...@google.com <bi...@google.com>
to...@googlemail.com <to...@googlemail.com> #4
to...@googlemail.com <to...@googlemail.com> #5
For more details visit
bi...@google.com <bi...@google.com> #6
[Monorail components: -Blink>CSS Platform>DevTools>Authoring]
to...@googlemail.com <to...@googlemail.com> #7
Thanks.!
xa...@google.com <xa...@google.com> #8
to...@googlemail.com <to...@googlemail.com> #9
bi...@google.com <bi...@google.com> #10
Sorry for the inconvenience if the bug really should have been left as Available.
For more details visit
bi...@google.com <bi...@google.com> #11
th...@showroomprive.net <th...@showroomprive.net> #12
dr...@gmail.com <dr...@gmail.com> #13
[Monorail components added to Component Tags custom field.]
bi...@google.com <bi...@google.com> #14
It is aimed for AGP 8.0.(the next version following 7.4)
[Deleted User] <[Deleted User]> #15
bi...@google.com <bi...@google.com> #16
Due to the performance concern
dr...@gmail.com <dr...@gmail.com> #17
I can't see the linked internal issue, but is there any chance this is coming soon? It's blocking us from publishing separate debug vs release aars for our libraries which means devs need to resort to things like passing "isDebug" flags into library code.
bi...@google.com <bi...@google.com> #18
Currently the implementation is landed but we disable the feature because of a performance concern. Bradley, users can try it with studio flag right?
sm...@google.com <sm...@google.com> #19
Unfortunately there is currently no way for users to enable this.
sa...@gmail.com <sa...@gmail.com> #20
I'm trying to make this work for a few of our specific usecases. While I can figure out how to resolve the sources based on the sample project at
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #21
We added an option under File | Settings | Experimental
that you can use to enable this feature: Enable support for multi-variant Javadocs and Sources
. I'm reducing priority to P2 because there is an opt-in.
It will not be enabled by default until
to...@googlemail.com <to...@googlemail.com> #22
Which version(s) of Android Studio will include the feature?
za...@gmail.com <za...@gmail.com> #23
In Studio Iguana alpha05, it no longer downloads/indexes sources and javadoc jars, Is it possibly related to this feature's work? I tested with both Enable support for multi-variant Javadocs and Sources
enabled and disabled
ga...@google.com <ga...@google.com> #24
Re #22: It is in Studio H Canary 9 (and above) and Studio I Canary 1 (and above)
Re #23: It should not be related to this work, but it may be an issue introduced by
wd...@gmail.com <wd...@gmail.com> #25
Re #24: I have tried but it doesn't work, anything I have missed? I'm using:
- studio: Android Studio Hedgehog | 2023.1.1 Patch 2
- gradle: 7.4
- agp: 7.3.0
ga...@google.com <ga...@google.com> #26
Re #25:
You need Studio Hedgehog and above for the IDE and AGP 8.1 and above for build.
wd...@gmail.com <wd...@gmail.com> #27
Re #26: Thank you so much
pa...@gmail.com <pa...@gmail.com> #28
Hello I am using studio Hedgehog and I can not download java sources, I observed on compose libraries 1.5/1.6, I tried also iguana rc2 but has the same problem I am seeing the compiled code
Android Studio Hedgehog | 2023.1.1 Patch 2 gradle: 8.2 agp: 8.2.0
Update: After I disabled "Enable support for multi-variant Javadocs and Source" , the problem solved for both Android studios
to...@yahoo.com <to...@yahoo.com> #29
still a problem in Android Studio Koala | 2023.3.2 Canary 2 (seen it with the material jar)
is...@google.com <is...@google.com>
hu...@google.com <hu...@google.com>
bi...@google.com <bi...@google.com> #30
As #21 mentioned, keep it open until the multi variant support is enabled by default. Currently, blocked on Gradle side.
ia...@stadiamaps.com <ia...@stadiamaps.com> #31
Here is an example published on Maven Central:
Description
I'm testing out the new source & javadoc jar generation added in AGP 7.1 via https://issuetracker.google.com/issues/145670440
It seems that Android Studio does not know how to consume source or javadoc jars generated via this mechanism.
I'm using this configuration:
STEPS TO REPRODUCE:
dhannay/agp7.1-bug-repro
branch of./gradlew publishToMavenLocal
to publish a snapshot buildimplementation 'com.linkedin.shaky:shaky:3.0.3-SNAPSHOT'
Shaky.java
).Studio Build: Android Studio Bumblebee | 2021.1.1 Canary 9 Build #AI-211.7628.21.2111.7653804, built on August 18, 2021 Runtime version: 11.0.10+0-b96-7281165 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.5.2 GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 12 Registry: external.system.auto.import.disabled=true
Version of Gradle Plugin: 7.1.0-alpha09 (in both producing and consuming projects) Version of Gradle: 7.2-rc-1 Version of Java: 11.0.10 OS: macOS