Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File Logo.png does not exist in Android Studio when i try to create image asset

Screensort

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?

like image 513
Arbaz.in Avatar asked Jul 30 '18 05:07

Arbaz.in


1 Answers

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

like image 172
Tigran Babajanyan Avatar answered Sep 19 '22 01:09

Tigran Babajanyan