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 versionui/
subdirectory)Hanzhen
06/12/2020, 4:16 PMAdam Powell
06/12/2020, 4:46 PMHanzhen
06/12/2020, 5:23 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/+/1333982Basedir /*/androidx-master-dev/frameworks/support/ui/annotation does not exist
.includeProject(":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
.settings.gradle
.Android Gradle Plugin
to 4.1.0-alpha10
.Adam Powell
06/15/2020, 5:09 PMHanzhen
06/16/2020, 5:45 PM