Ugur
Ugur

Reputation: 156

Binary XML error inflating class in Xamarin AccountKit

I have been using AccountKit wrapper of Naxam for Xamarin.Android without problems with the latest package version from NuGet. Recently the library started throwing InflateException upon initiating SMS authentication on new builds. The exact exception content is as follows:

java.lang.RuntimeException: Unable to resume activity {com.project.droid/com.facebook.accountkit.ui.AccountKitActivity}: android.view.InflateException: Binary XML file line #19: Binary XML file line #19: Error inflating class TextView

Up to now I have tried the below steps recommended for similar problems on SO:

  1. I cleaned the project
  2. I deleted bin and obj folders
  3. I restarted Visual Studio
  4. I tried building with older versions of Naxam AccountKit on NuGet

Unfortunately none of them helped. What could be the problem?

Upvotes: 0

Views: 59

Answers (0)

Related Questions