Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
dn...@google.com <dn...@google.com>
dn...@google.com <dn...@google.com>
lb...@gmail.com <lb...@gmail.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
xo...@google.com <xo...@google.com> #3
Almost 2 months later and this is still broken
tn...@google.com <tn...@google.com> #4
Since there is no progression, I wanted to share our quick-fix for the issue.
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
lb...@gmail.com <lb...@gmail.com> #5
jb...@google.com What is the update on this?
dn...@google.com <dn...@google.com>
bl...@gmail.com <bl...@gmail.com> #6
What is the status of this item?
xo...@google.com <xo...@google.com> #7
This has been fixed on master today (internal ref: ag/2945015) and will be available in the next SDK release.
lb...@gmail.com <lb...@gmail.com> #8
Any ETA on next release?
bl...@gmail.com <bl...@gmail.com> #9
Still broken and not updated? --package_file argument is not usable in it's current form on 26.1.1 straight from the developer site.
xo...@google.com <xo...@google.com> #10
Comfirmed that this seems to still be broken. Can we have an update please?
```
(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
```
```
(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
```
lb...@gmail.com <lb...@gmail.com> #11
Hi, is there any update to this issue? Thanks.
xo...@google.com <xo...@google.com> #12
Hi Google. You claim it's been fixed on master, but we haven't had a new release since the broken version 26.1.1. Can you please release the fix?
lb...@gmail.com <lb...@gmail.com> #13
Yeah, still not fixed --'
xo...@google.com <xo...@google.com> #14
Can't believe this still isn't fixed 2 years later for a command line utility that sits on the main dev site.
lb...@gmail.com <lb...@gmail.com> #15
Any updates on this? The help for this command clearly states this argument is supported.
an...@google.com <an...@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.
lb...@gmail.com <lb...@gmail.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
Description
Version of Gradle Plugin:
Version of Gradle:
Version of Java:
OS:
Android Studio 4.2.1
Build #AI-202.7660.26.42.7351085, built on May 10, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4000M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.settings.move.mouse.on.default.button=true, debugger.watches.in.variables=false
Non-Bundled Plugins: String Manipulation, org.jetbrains.kotlin, com.google.mad-scorecard, org.intellij.plugins.markdown, GenerateSerialVersionUID
Steps to Reproduce:
1. Say you use Firebase Crashlytics and Analytics:
implementation platform('com.google.firebase:firebase-bom:28.0.1')
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-crashlytics-ktx'
2. Look at it on gradle file and on "Suggestions", as there is a new version:
The bug is that nothing is showing that there is a new version of it (which is 28.1.0).