Fixed
Status Update
Comments
je...@google.com <je...@google.com>
hu...@google.com <hu...@google.com> #2
I believe you've been looking into this
at com.android.tools.idea.gradle.project.sync.idea.SdkSyncUtil.findMatchingSdkForAddon(SdkSyncUtil.kt:175)
at com.android.tools.idea.gradle.project.sync.idea.SdkSyncUtil.computeSdkReloadingAsNeeded(SdkSyncUtil.kt:127)
an...@google.com <an...@google.com> #3
hm, in fact let's discuss how we handle SDKs/addons etc. and also bootlclasspath
. We have an open issue with not supporting useLibrary
which we need to fix.
Description
Steps to reproduce:
whyareyounotinlining
option in proguard configgradle.properties
:Sample project is attached.
Actual behavior
When R8 runs inside the main Gradle Daemon process, the system property works correctly and build finishes successfully. When R8 runs outside the process, the build failes with:
As I understand, the option
systemProp.com.android.tools.r8.experimental.enablewhyareyounotinlining=1
wasn't passed to forked process.Environment:
Gradle version: 8.10.2 AGP version: 8.7.2