Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Nuget packages for android.arch.work:work-runtime & android.arch.work:work-firebase

$
0
0

In my Android binding project, I want to use android.arch.work:work-runtime & android.arch.work:work-firebase packages. These packages are not present in the NuGet.
So I have included these as .jar files but I am getting a runtime exception as

"Didn't find class "androidx.work.R$bool" on path: DexPathList"

in the manifest file, I have added as

provider
android:name="androidx.work.impl.WorkManagerInitializer"
android:authorities="'MyApplicatonPackageName'.workmanager-init"
android:enabled="true"
android:exported="true"
Can anyone help me to resolve this issue please?
Many thanks


Viewing all articles
Browse latest Browse all 204402

Trending Articles