When I try to create action icon in Image Asset of Android Studio I saw the error log: logo.png does not exist and I can not create Action bar and Tab bar icon. Anyone can help me?
Asked
Active
Viewed 2,738 times
13
-
2Hey, if you found a solution please share it with me – Tigran Babajanyan Oct 24 '18 at 10:14
-
look for "ic_launcher.png" in .../app/src/main/res/minimap/ – Mihai Coman Oct 24 '18 at 10:30
1 Answers
22
Find the file .idea/assetWizardSettings.xml (by pressing ctrl + shift + n inside the project and typing in assetWizardSettings.xml) and find inside it the not found file name by the system (ex. logo.png), then delete that row or simply delete .idea and reimport project

Richie Bendall
- 7,738
- 4
- 38
- 58

Tigran Babajanyan
- 1,967
- 1
- 22
- 41
-
2
-
1
-
can you explain location of that file? actually i can't found that file – Arbaz.in Oct 25 '18 at 09:31
-
Press ctrl+shift+n and start typing file name on opened dialog – Tigran Babajanyan Oct 25 '18 at 10:28
-
2its working after deleting that row from **assetWizardSettings.xml** file – Arbaz.in Oct 30 '18 at 04:10
-
Where do we find this file ? Couldn't find it anywhere unfortunately:/ – Vaggelis Manousakis Dec 10 '18 at 17:24