Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to version 5.0.0.2612 yields warning "R8 : warning : Missing class androidx.appcompat.graphics.drawable.DrawableWrapper" #9125

Open
skuskusku opened this issue Jul 22, 2024 · 0 comments
Assignees
Labels
Area: App+Library Build Issues when building Library projects or Application projects. needs-triage Issues that need to be assigned.

Comments

@skuskusku
Copy link

Android framework version

Other

Affected platform version

VS2022 17.10.3 targeting Android SDK 34

Description

Hello everyone,

I am trying to give our XF app a last upgrade before we dive into .Net MAUI with it. So I updated the Xamarin.Forms package to something higher than before (it was 5.0.0.2578) e.g. to 5.0.0.2612. If I do that, I get a warning during build:

"R8 : warning : Missing class androidx.appcompat.graphics.drawable.DrawableWrapper (referenced from: void com.google.android.material.shadow.ShadowDrawableWrapper.(android.content.Context, android.graphics.drawable.Drawable, float, float, float) and 3 other contexts)"

is this something I have to worry about? My app seems to run fine though.

If this is the wrong place to ask this question, please guide me where it would suit better.

Any help appreciated,

--
Stefan

Steps to Reproduce

  1. Use an existing XF project using XF version 5.0.0.2578
  2. Update to XF 5.0.0.2612 or higher
  3. Build the android project
  4. Observe the warning during build

Did you find any workaround?

I have reverted to XF 5.0.0.2578

Relevant log output

2>R8 : warning : Missing class androidx.appcompat.graphics.drawable.DrawableWrapper (referenced from: void com.google.android.material.shadow.ShadowDrawableWrapper.<init>(android.content.Context, android.graphics.drawable.Drawable, float, float, float) and 3 other contexts)
@skuskusku skuskusku added Area: App+Library Build Issues when building Library projects or Application projects. needs-triage Issues that need to be assigned. labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: App+Library Build Issues when building Library projects or Application projects. needs-triage Issues that need to be assigned.
Projects
None yet
Development

No branches or pull requests

3 participants