【发布时间】:2019-07-10 09:32:29
【问题描述】:
我正在开发一个 xamarin 表单项目。在构建 android 项目时会发生此错误并阻止构建:
No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')
安装的android sdk是8.1。我还从 sdk 管理器上的额外服务节点安装了 google play 服务项目。有人知道怎么解决吗?
【问题讨论】:
-
删除bin和obj,删除
ResourceDesigner.cs文件清理构建项目,包括自动生成的ResourceDesginer.cs,问题应该得到解决 -
我按照你说的做了,但问题仍然存在。 @G.hakim
-
@LeonLu-MSFT 这没有帮助。问题依然存在。
标签: c# xamarin.forms xamarin.android google-play-services