Status Update
Comments
jo...@google.com <jo...@google.com>
je...@google.com <je...@google.com>
mi...@google.com <mi...@google.com> #2
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 Ladybug Feature Drop | 2024.2.2 Canary 3
- Android Gradle Plugin 8.8.0-alpha03
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!
re...@siriusxm.com <re...@siriusxm.com> #3
Seeing something similar on AGP 8.8.0-beta01 but for Unknown file: META-INF/androidx.emoji2_emoji2.version
.
Does not happen on clean builds but only on incremental builds, so I ran ./gradlew :app:assembleDebug
once which passes, then added a method in one of the library modules and then run ./gradlew :app:assembleDebug
again it fails with that error. I'll try to dig a big deeper and attempt to find a repro
re...@siriusxm.com <re...@siriusxm.com> #4
re...@siriusxm.com <re...@siriusxm.com> #5
Actually, I have a 100% repro of this issue.
When :app
defines an implementation dependency on :feature-module
any change in Kotlin code to :feature-module
seems to trigger this error. I've attached a sample project with a repro.sh
script that always fails on the incremental run
sp...@google.com <sp...@google.com> #6
Increasing priority of this because it was referenced from
mi...@google.com <mi...@google.com> #7
This issue has been fixed and will be available in AGP-8.9 Canary4.
sp...@google.com <sp...@google.com> #8
Thanks, Micah! I think this fix should also be cherry-picked to the AGP 8.8 branch
jo...@gmail.com <jo...@gmail.com> #9
Following up, was this fix cherry-picked to the AGP 8.8 branch? If not, can it be?
mi...@google.com <mi...@google.com> #10
This will be cherry-picked to AGP 8.8.1 (Patch 1).
mi...@google.com <mi...@google.com> #11
Update: this fix will be included in AGP 8.8.0-rc02.
an...@google.com <an...@google.com> #12
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 Ladybug Feature Drop | 2024.2.2 RC 2
- Android Gradle Plugin 8.8.0-rc02
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!
em...@gmail.com <em...@gmail.com> #13
do...@gmail.com <do...@gmail.com> #14
sh...@gmail.com <sh...@gmail.com> #15 Restricted
ja...@gmail.com <ja...@gmail.com> #16
no...@gmail.com <no...@gmail.com> #17
El dom, 16 feb 2025, 1:35, <buganizer-system@google.com> escribió:
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
Execution failed for task ':app:mergeDebugJavaResource'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
> Unknown file: jni/i386-Windows/jffi-1.2.dll
everything is fine before canary 9, and I also have tried nightly version
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A.
3B.
3C.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-243.21155.17.2431.12605562, 202411051610
AS: Meerkat | 2024.3.1 Nightly 2024-11-05
AI-243.21155.17.2431.12605562, JRE 21.0.5+-12594404-b631.8x64 JetBrains s.r.o., OS Mac OS X(aarch64) v15.2, screens 3024x1964 (200%); Retina
Android Gradle Plugin: 8.8.0-alpha09
Gradle: 8.10.2
Gradle JDK: JetBrains Runtime 21.0.5 - aarch64
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```