Error: No resource found that matches the given name (at 'icon' with value '@mipmap/Icon')

问题:

error: Error: No resource found that matches the given name (at 'icon' with value '@mipmap/Icon'). Phoneword E:PhonewordPhonewordobjDebugandroidmanifestAndroidManifest.xml

解决方法:

Here's a workaround. Go into assemblyinfo.cs (it's in the Properties folder in your project) and add the following line in there:

[assembly: Application(Icon = "@mipmap/icon")]

原文地址:https://www.cnblogs.com/yechangzhong-826217795/p/8422254.html