No resource found that matches the given name in common_signin_btn_icon_dark.xml

混江龙づ霸主 提交于 2019-12-05 09:00:32

This seems to be a path issue, could you move your project as close to c:\ root to see if that helps.

You are likely to hit the maximum path length on windows.

Go to the Components\googleplayservicesgingerbread-16.0.0.1\lib\android and delete (or rename) the 16 folder. When you rebuild the content will be downloaded again and the files should be there.

I would keep this project closer to the root of your disk. MAX_PATH issues are common when using the GooglePlay component.

I can not imagine why these four files are missing, but once you replace them it should work.

  • Xamarin support email that fixed the issue
silencedmessage

This tends to happen when the user hits the maximum path error.

After ensuring the maximum file path will not be exceeded, uninstall and re-install the package (or component).

See my answer here

Note: - I would have added this as a comment to your answer which guided me to my solution, but currently lack the reputation as I'm typically a troller rather than poster.

You may want to compile the app using Android 4.3+ and set minimum target version to v2.3 API Level 10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!