Martijn
Martijn
Same problem here. The workaround provided by @tranb3r isn't working for me. "Compilation can't be completed because some library classes are missing." "Proguard configuration file 'C:\Users\user\.nuget\packages\xamarin.android.arch.persistence.room.runtime\1.1.1.1\build\..\..\proguard\proguard.txt' was not found.'" "Proguard...
> @martijn-nap just add `-keep public class android.arch.paging.** { *; }` to your proguard cfg That does not (re)solve anything... Same errors still happen
Removes the warning (ofcourse) but makes the App startup and instantly crashes. Also adds a lot of other errors... 
Works with your file! Going to narrow it down now to see what the missing rule is. EDIT: thanks for the help! Problem was that `-keep class androidx.work.impl.** { *;...
@michaelstaib any update on this? This problem has been in the package since sep 2023, was wondering when this will be scheduled or fixed. Right now I don't think there...