You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the OTel SDK is still getting some of its classes loaded even if the code that references them is not executed at runtime. If that's the case, however, by the time this work is done and the Elastic Agent min sdk is set to 21, I don't think that would make this issue go away unfortunately, because the OTel Java SDK still uses API 21+ tools that can only be covered by Android's corelib desugaring artifacts. So our recommendation is to add Android's desugaring libs to any project that has a minSdk lower than 26.
To align with OTel Android
The text was updated successfully, but these errors were encountered: