Fixed
Status Update
Comments
km...@google.com <km...@google.com>
je...@google.com <je...@google.com>
hu...@google.com <hu...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
hu...@google.com <hu...@google.com> #3
Almost 2 months later and this is still broken
an...@google.com <an...@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
ha...@gmail.com <ha...@gmail.com> #5
jb...@google.com What is the update on this?
Description
DESCRIBE THE ISSUE IN DETAIL:
I'm sorry that I cannot provide reproducible project, because this error is related with incremental build only, and hard to reproducible.
I have a large Android Project.
And there are several library modules which are not included java or kotlin sources.
Sometimes (about 1-2%) I find errors like the one below.
And it seems this exception raised athttps://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:build-system/gradle-core/src/main/java/com/android/build/gradle/internal/tasks/DexArchiveBuilderTaskDelegate.kt;l=553-555
After added dummy source code in resource only library, this compile errors have disappeared.
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Studio Build: Any
Version of Gradle Plugin: 8.0, 8.1
Version of Gradle: 8.2, 8.3, 8,4
Version of Java: OpenJDK 17
OS: Any