0
votes

How to handle IllegalArgumentException?

Severity Code Description Project File Line Suppression State Error java.lang.IllegalArgumentException: already added : Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat;

1

1 Answers

0
votes

In Package Manager Console run (Tools -> NuGet Package Manager -> Package Manger Console):

Update-Package -reinstall
Update-Package

Keep in mind that this will reinstall all packages and then update them.