错误信息:No Resouce identifier found for attribute ‘touchscreen BlocksFocus’ in package ‘android’
 
这个错误通常是App引用了Google Play时候发生。Xamarin编译该类App,需要目标SDK版本必须是21或者更高。如果低于这个版本,就会提示该错误。用户需要必须设置目标SDK版本为21,然后设置最低SDK版本为更低的版本,以满足自己的项目需要。

相关文章:

  • 2021-06-28
  • 2021-04-29
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-06-16
猜你喜欢
  • 2021-05-10
  • 2022-03-04
  • 2021-10-18
  • 2021-11-30
  • 2021-09-25
  • 2021-05-12
  • 2021-12-28
相关资源
相似解决方案