我试图将本指南与xamarin.forms disterencyService:
https://developer.xamarin.com/recipes/cross-platform/xamarin-forms/general/store-store-credentials/
每当我尝试从我的pcl项目中调用方法(例如docredentialsexist()(检查github代码示例))我会遇到此错误:
system.MissingMethodeXception:方法'xamarin.auth.accountstore.create'找不到。
我不禁认为必须有一些设置才能使他们的Android密钥库正确工作?
我能够解决此错误,但是我无法重建哪个步骤为我解决了问题。但这是我所做的步骤:
步骤:
- 在控制台中构建了我的解决方案槽Msbuild,并首先清洁了所有内容:
msbuild /t:clean
,然后msbuild
→我在控制台中遇到了一些错误并解决了这些错误 - 将我的Xamarin.auth软件包更新为Android和PCL项目中的最新版本。
- 更新为最新稳定版本的Xamarin.forms
- 删除所有项目的OBJ/bin文件夹,然后重建