Fixed
Status Update
Comments
ac...@google.com <ac...@google.com>
je...@google.com <je...@google.com>
je...@google.com <je...@google.com> #2
Thanks for the repro project, it really helped nailing down the issue. Change-Id: I236c90a6455762df1d626c1d88dbb6cbb49e1002
je...@google.com <je...@google.com> #3
Change-Id: I236c90a6455762df1d626c1d88dbb6cbb49e1002
an...@google.com <an...@google.com> #5
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 4
- Android Gradle Plugin 8.8.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!
lu...@gmail.com <lu...@gmail.com> #6
Kdirorifkg.
Description
DESCRIBE THE ISSUE IN DETAIL:
When using the older
android.ndkDirectory
API that eagerly evaluates the value, it evaluates to the proper directory path. However, when using theandroidComponents.sdkProvider.ndkDirectory
provider, gradle fails withCannot query the value of this provider because it has no value available.
.This seems to only affect
ndkDirectory
. Other things, likesdkDirectory
work fine.STEPS TO REPRODUCE:
./gradlew printEager
. It should successfully print the SDK and NDK paths../gradlew printLazy
. It should successfully print the SDK path, but crash when attempting to print the NDK path.ATTACH LOG FILES
(Attached outputs of gradle commands)