Status Update
Comments
da...@google.com <da...@google.com> #2
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
yc...@gmail.com <yc...@gmail.com> #3
da...@google.com <da...@google.com> #4
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
da...@google.com <da...@google.com> #5
da...@google.com <da...@google.com> #6
yb...@google.com <yb...@google.com> #7
im...@google.com <im...@google.com> #8
ga...@google.com <ga...@google.com>
im...@google.com <im...@google.com> #9
yb...@google.com <yb...@google.com> #10
```
(15:58:11) C02W513SHTD8:files aso$ /opt/android-sdk-macosx/tools/bin/sdkmanager --version
26.1.1
(15:58:17) C02W513SHTD8:files aso$ /opt/android-sdk-macosx/tools/bin/sdkmanager --install --package_file=package_file
Warning: Unknown argument --package_file=package_file
```
im...@google.com <im...@google.com> #11
ga...@google.com <ga...@google.com> #12
hu...@google.com <hu...@google.com> #13
im...@google.com <im...@google.com> #14
yc...@gmail.com <yc...@gmail.com> #15
im...@google.com <im...@google.com> #16
Has anyone re-tried it?
We switched back to RUN sdkmanager --package_file=$ANDROID_HOME/packages.txt
in our Dockerfile back in March of 2021.
sa...@google.com <sa...@google.com> #17
For what it's worth, I did a quick test with the latest CLI: 11076708 (
./sdkmanager --sdk_root="../sdk" --package_file=deps.txt
Deps.txt:
platform-tools
extras;google;instantapps
build-tools;35.0.0-rc3
So perhaps this is now resolved? I haven't tried it with more packages
sa...@google.com <sa...@google.com> #18
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 Bumblebee Beta 2 (2021.1.1.15)
- Android Gradle Plugin 7.1.0-beta02
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!
an...@google.com <an...@google.com> #19
The fixes for this issue are now also available in:
- Android Studio Koala Feature Drop | 2024.1.2 Canary 1
- Android Gradle Plugin 8.6.0-alpha01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
Studio Build: Arctic Fox | 2020.3.1 Canary 9/10/11
Version of Gradle Plugin: 7.0.0-alpha10, 7.0.0-alpha11
Version of Gradle: 6.8.3
Version of Java: 11
OS: macOS
Starting from AGP 7.0.0-alpha10, enabling
dataBinding
will produceFailed to apply plugin 'com.android.internal.library'
during configuration:Steps to Reproduce:
./gradlew help