Fixed
Status Update
Comments
dy...@google.com <dy...@google.com>
jo...@google.com <jo...@google.com>
em...@google.com <em...@google.com> #2
We submitted a fix. It will be included in Android Studio Ladybug Canary 4 which is expected to be publicly available around August 1st.
an...@google.com <an...@google.com> #3
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 | 2024.2.1 Canary 4
- Android Gradle Plugin 8.7.0-alpha04
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!
Description
Running an NDK build with the b/278747089 but still seems to be broken as of AGP 8.4.
JAVA_TOOL_OPTIONS
environment variable set will cause Gradle to fail. This was reportedly fixed inSTEPS TO REPRODUCE:
export JAVA_TOOL_OPTIONS="-Xlog:os+container=error"
in command line./gradlew :prefab:curl-ssl:app:assemble
in command lineThis is expected to pass, but continues to fail.
Running
unset JAVA_TOOL_OPTIONS
in the command line will unset this environment variable and allow the Gradle command to pass. Runningrm -r prefab/curl-ssl/app/.cxx
in between Gradle commands might be necessary in order to ensure that cached results are not used.Failing build:
Passing build: