先在/res/drawable/目录下放一个叫icon.png的图标图片(48×48),并且在/res/values/strings.xml中定义app_name 修改<string name="app_name">你的程序名称</string>节点

工程的AndroidManifest.xml文件中添加

<application android:icon="@drawable/icon" android:label="@string/app_name">

不需要加文件扩展名

相关文章:

  • 2022-12-23
  • 2021-04-11
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-01-04
猜你喜欢
  • 2021-06-02
  • 2022-12-23
  • 2021-09-30
  • 2021-06-04
  • 2021-04-03
  • 2021-11-01
相关资源
相似解决方案