解决 No resource found that matches the given name (at 'icon' with value '@drawable/icon') 问题

新解决方案Xamarin的Android项目在项目属性

技术分享

换图标后 会出现 No resource found that matches the given name (at ‘icon‘ with value ‘@drawable/icon‘). 错误

解决方法是 

修改 包含 MainLauncher = true 的 Activity 

    [Activity(Label = "LayoutTest", MainLauncher = true, Icon ="@drawable/icon")]// "@drawable/icon")]
    public class MainActivity : Activity
    { 
}

注意无论你的icon.png图片在drawable,drawable-ldpi,drawable-mdpi,drawable-hdpi或者在项目下(文件生成操作为:内容,非AndroidResource)

都是

Icon ="@drawable/icon" 目前此方法运行正常,由于初学更深的原理不知

文章来自:http://www.cnblogs.com/wjshan0808/p/4372588.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3