Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used:
androidx.wear:wear:1.2.0
com.google.android.support:wearable:2.9.0
com.google.android.gms:play-services-wearable:18.0.0
minSdkVersion 25
targetSdkVersion 33
My wear app uses a single
androidx.appcompat.app.AppCompatActivity
together withandroidx.wear.ambient.AmbientModeSupport
Devices/Android versions reproduced on:
OnPlus8Pro Android 11
"Mainline" Android 10
Huawei Enjoy 9s Android 8.1.0
I've been getting these crashes for a awhile now:
and while the solution seems clear, I'm still seeing crashes after adding
In both my wear and main app manifest in the application tag.
I don't know what I'm doing wrong at this point, so I think that the implementation in
androidx.wear.ambient.SharedLibraryVersion.verifySharedLibraryPresent
or where it's called from should be changed so we can at least catch this exception on the problematic devices, because as it is there is a crash which we can't fix in any way (it seems)?