Reputation: 1558
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?
Upvotes: 13
Views: 2799
Reputation: 2025
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
Upvotes: 22