我想知道如何改变在Android工作室的启动器图标。
当前回答
Android studio方法(适用于Android)
步骤1:
步骤2:
步骤3:
其他回答
打开项目文件夹\app\src\main\res\ mimmap -mdpi\ic_launcher.png
您将看到5个mipmap文件夹。将每个mipmap文件夹中的图标替换为所需的图标。
以下是我完成这项任务的步骤:
创建大小为512x512像素的PNG图像文件 在Android Studio的项目视图中,突出显示一个mipmap目录 在菜单中,转到文件>新建>图像资产 在资产类型按钮行单击“图像按钮” 单击路径框右侧的3个点框。 拖动图像到源资产框 单击下一步(注意:现有的启动器文件将被覆盖) 单击Finish
要在Android Studio中快速创建一组新的图标并更改启动器图标,您可以:
使用这个工具: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html 上传您首选的图像或图标(源文件)。 然后,该工具自动为ic_launcher.png文件创建一组不同分辨率的图标。 下载由工具创建的zip文件,解压所有内容(这将为所有不同的分辨率创建一个文件夹结构),然后替换项目res文件夹中的所有图标: < AndroidStudioProjectPath > \ app \ src \ \ res
Android studio方法(适用于Android)
步骤1:
步骤2:
步骤3:
以下是我认为更适合Android Studio开发者的另一个解决方案:
Expand the project root folder in the Project View Right Click on the app folder In the Context Menu go to New->Image Asset In the pop up that appears select the the new logo you would like to have(image/clip art/text). If you were selecting the image radio button (as is the default choice), if you clicked on the 3-buttons to show the path tree to locate your .png image file, most probably you might not be seeing it, so drag it from the Windows Explorer (if Windows) and drop it in the tree, and it will appear and ready for being selected.
就是这样!你有一个新的标志为您的应用程序现在。
推荐文章
- Manifest合并失败:uses-sdk:minSdkVersion 14
- 为什么Android工作室说“等待调试器”如果我不调试?
- 如何检查我的EditText字段是否为空?
- Android从图库中选择图像
- 后台任务,进度对话框,方向改变-有任何100%工作的解决方案吗?
- Android:垂直对齐多行EditText(文本区域)
- Android无尽列表
- Android room persistent: AppDatabase_Impl不存在
- 错误:执行失败的任务':app:compileDebugKotlin'。>编译错误。详细信息请参见日志
- 在Android中使用URI生成器或使用变量创建URL
- 缩放图像以填充ImageView宽度并保持纵横比
- 列表视图的自定义适配器
- 在Android中设置TextView span的颜色
- 如何以编程方式在RelativeLayout中布局视图?
- Android Facebook集成无效键散列