Hanzhen
06/12/2020, 2:59 PMAdam Powell
06/12/2020, 4:02 PM./gradlew studio
and it will give you a correctly configured android studio installation of the expected versionAdam Powell
06/12/2020, 4:02 PMui/
subdirectory)Adam Powell
06/12/2020, 4:02 PMHanzhen
06/12/2020, 4:16 PMHanzhen
06/12/2020, 4:17 PMHanzhen
06/12/2020, 4:18 PMAdam Powell
06/12/2020, 4:46 PMHanzhen
06/12/2020, 5:23 PMHanzhen
06/13/2020, 12:43 PM./gradlew studio
before it was finished, so studio
task thought AS was updated but in fact it didn’t. I reported the issue and pushed a fix: https://android-review.googlesource.com/c/platform/frameworks/support/+/1333982Hanzhen
06/13/2020, 12:45 PMHanzhen
06/13/2020, 12:53 PMHanzhen
06/13/2020, 12:53 PMHanzhen
06/13/2020, 12:55 PMBasedir /*/androidx-master-dev/frameworks/support/ui/annotation does not exist
.Hanzhen
06/13/2020, 12:58 PMincludeProject(":annotation:annotation-sampled", "../annotation/annotation-sampled")
, it will not only include ``annotationannotation-sampled``, but also parent project ``:annotation``, and for the parent project, it will try to search dir ui/annotation
which is rootProjectDir/projectPath
. In this case, apparently we don’t have support/ui/annotation
but support/annotation
.Hanzhen
06/13/2020, 12:59 PMsettings.gradle
.Hanzhen
06/13/2020, 1:02 PMAndroid Gradle Plugin
to 4.1.0-alpha10
.Hanzhen
06/15/2020, 2:14 PMAdam Powell
06/15/2020, 5:09 PMHanzhen
06/16/2020, 5:45 PM