Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
tn...@google.com <tn...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
ro...@gmail.com <ro...@gmail.com> #3
Almost 2 months later and this is still broken
ro...@gmail.com <ro...@gmail.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
ro...@gmail.com <ro...@gmail.com> #5
jb...@google.com What is the update on this?
xo...@google.com <xo...@google.com> #6
What is the status of this item?
gm...@gmail.com <gm...@gmail.com> #7
This has been fixed on master today (internal ref: ag/2945015) and will be available in the next SDK release.
xo...@google.com <xo...@google.com>
an...@google.com <an...@google.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.
Description
Build: AI-203.7717.56.2111.7361063, 202105140516,
AI-203.7717.56.2111.7361063, JRE 11.0.10+0-b96-7249189x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920.0x1080.0, 1920.0x1080.0, 1920.0x1080.0
AS: Bumblebee | 2021.1.1 Canary 1; Kotlin plugin: 203-1.5.20-release-289-AS7717.8; Android Gradle Plugin: 7.1.0-alpha02; Gradle: 7.1; Gradle JDK: version 11.0.10; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply all required information.
Discovered (by accident) that
com.google.firebase:firebase-bom:xx.y.z
dependencies are not discovered to be upgraded to newer versions.My dependency versioned
com.google.firebase:firebase-bom:26.1.0
did never flag a newer version, either in the build gradle file nor in the Project Structure tool.RG