2017-08-28 307 views
2

我在更改Android應用程序的圖標時遇到困難。我按照指令:如何更改ic_launcher_round.png文件夾內容?

1.Right click on the project 
2.Select New -> Image Assect 
3.Select 'Asset Type' as Image 
4.Select Path of and .png image 
5.Optial: padding, trimming etc. 
6.Next and Finish 

minmap/ic_launcher.png內容發生變化的圖標,但是,這並不能改變minmap/ic_launcher_round.png文件夾的內容。結果是,如果Android系統配置爲顯示圓形圖標,則要在此文件夾中顯示的圖標爲:minmap/ic_launcher_round.png。但我無法找到改變該特定文件夾內容的方式。

我試圖在路徑中選擇一個圓形的圖像,但stil沒有工作。

如果我將Android手機設置爲以正方形顯示應用啓動器圖標,我會看到所需的圖標,但是,如果將其更改爲圓形,則看不到所需的圖標。

請指導如何更改一輪ic_launchers。

感謝

+0

你有沒有在你的manifest @ dhssa中包含roundicon? –

+1

作爲解決方法,您可以將名稱從ic_launcher手動更改爲ic_launcher_round,然後按next並完成。 – gtzinos

+1

我已將這一輪包含在Manifest文件中 – dhssa

回答

1

最新的Android Studio生成圓形圖標您:右鍵單擊res文件夾,請選擇Image Asset

round, square, etc, icon formats image asset

2

你可以試着去AnroidManifest.xml和變革路徑

android:roundIcon="@mipmap/ic_launcher_round" 

android:roundIcon="@mipmap/ic_launcher"