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

1

13

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?

Creosote answered 30/7, 2018 at 5:14 Comment(2)
Hey, if you found a solution please share it with meMaryn
look for "ic_launcher.png" in .../app/src/main/res/minimap/Pell
M
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

Maryn answered 24/10, 2018 at 10:27 Comment(6)
please explain in detail.Creosote
@Creosote what kind of details you need?Maryn
can you explain location of that file? actually i can't found that fileCreosote
Press ctrl+shift+n and start typing file name on opened dialogMaryn
its working after deleting that row from assetWizardSettings.xml fileCreosote
Where do we find this file ? Couldn't find it anywhere unfortunately:/Sanburn

© 2022 - 2024 — McMap. All rights reserved.