smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamarin Android Build Errors After Adding MvvmCross.Plugins.Fingerprint Package 2.1.3

lfeldman65 opened this issue · comments

Hi!

I need help. Happy to donate $200 to the first person who helps me solve this problem.

My app was building and running fine after migrating to AndroidX. I need to implement Biometrics, so I installed MvvmCross.Plugins.Fingerprint. Now I get 3 errors:

'Mvx' does not contain a definition for 'Warning' (CS0117)
'Resource' does not contain a definition for 'Layout' (CS0117)
'Resource.Id' does not contain a definition for 'text1' (CS0117)

I googled all of the errors, but nothing looks promising.

Thanks,
Larry

Hi @lfeldman65,

I'm the friendly issue checker.
It seems like (100.00 %) you haven't used our issue template 😢 I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message.
But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

Hi!

I think the description says it all. Please let me know.

Thanks!
Larry

@lfeldman65
Do you still have problems?
do you use MvvmCross in your app? If not, you need to install Plugin.Fingerprint instead of MvvmCross.Plugins.Fingerprint.

@lfeldman65 wich version of MVVM cross are you using in your project?