Fixed
Status Update
Comments
ya...@google.com <ya...@google.com>
ga...@google.com <ga...@google.com>
am...@google.com <am...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
al...@signal.org <al...@signal.org> #3
Almost 2 months later and this is still broken
al...@signal.org <al...@signal.org> #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
am...@google.com <am...@google.com>
am...@google.com <am...@google.com> #5
jb...@google.com What is the update on this?
am...@google.com <am...@google.com>
am...@google.com <am...@google.com>
an...@google.com <an...@google.com> #7
This has been fixed on master today (internal ref: ag/2945015) and will be available in the next SDK release.
Description
STEPS TO REPRODUCE:
1. Update AGP to 8.1
2. Plug in an ARM device
3. Build the application
4. Note that the APK has the expected file name but incorrect version code.
Here's where we've set up the versionCodeOverride:
Studio Build:Build #AI-223.8836.35.2231.10406996, built on June 29, 2023
Version of Gradle Plugin: 8.1.0
Version of Gradle: 8.0.2
Version of Java: openjdk 17.0.8 2023-07-18
OS: Linux (Manjaro)