赞
踩
在AndroidManifest.xml
文件中修改应用程序名称:
android/app/src/main/AndroidManifest.xml
文件。<application>
标签,然后在android:label
属性中修改应用程序的名称,例如:android:label="Your New App Name"
。在strings.xml
文件中修改应用程序名称(可选):
android/app/src/main/res/values/strings.xml
文件中,将<string name="app_name">Your New App Name</string>
标签中的文本替换为新的应用程序名称。重新构建应用程序:
flutter clean
,然后运行命令flutter build
重新构建Android应用程序。在Info.plist
文件中修改应用程序名称:
ios/Runner/Info.plist
文件。CFBundleName
和CFBundleDisplayName
键,将它们的值修改为新的应用程序名称。重新构建应用程序:
flutter clean
,然后运行命令flutter build
重新构建iOS应用程序。请按照上述步骤在Android和iOS平台上成功修改Flutter应用程序的名称。
准备启动图标文件:
ic_launcher.png
),分辨率包括 mipmap-hdpi、mipmap-mdpi、mipmap-xhdpi、mipmap-xxhdpi、mipmap-xxxhdpi 等。替换现有图标文件:
android/app/src/main/res/
目录下对应分辨率文件夹中。在AndroidManifest.xml
中更新启动图标:
android/app/src/main/AndroidManifest.xml
文件。<application>
标签,确保android:icon
属性指向的是新的启动图标文件:android:icon="@mipmap/ic_launcher"
。重新构建并重新安装应用程序:
flutter clean
,然后运行命令flutter build
重新构建Android应用程序,最后重新安装应用程序。准备启动图标文件:
AppIcon.appiconset
文件夹)。替换现有图标文件:
ios/Runner/Assets.xcassets/AppIcon.appiconset
文件夹中的对应文件。重新构建并重新安装应用程序:
flutter clean
,然后运行命令flutter build
重新构建iOS应用程序,最后重新安装应用程序。请按照上述步骤在Android和iOS平台上成功手动修改Flutter应用程序的启动图标。
图片转换格式的网站
在线生成icon不同尺寸的网站
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。