Reputation: 156
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:
bin
and obj
foldersUnfortunately none of them helped. What could be the problem?
Upvotes: 0
Views: 59