symbian s60 v3 更改图标步骤

1. 更改svg图标内容后,保持其文件名不变
2. 在SDK安装目录搜索****_reg.mif的文件并删除(****为你工程名)
3. 确保你的rss文件中,
RESOURCE LOCALISABLE_APP_INFO r_****_localisable_app_info
  {
  short_caption = qtn_hewb_short_caption_string;
  caption_and_icon =  
  CAPTION_AND_ICON_INFO
  {
  caption = qtn_hewb_caption_string;

  number_of_icons = 1;
icon_file = "//resource//apps//****_reg.mif";

  };
  }
4. clean,重新编译工程

5.安装到手机中,重启手机系统,才能真正显示

你可能感兴趣的:(rss,String,File,手机,Symbian,icons)