Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File Android.png does not exist in Android Studio when create image asset

When I try to create action icon in Image Asset of Android Studio I saw the error log: Android.png does not exist and I can not create action icon. Anyone can help me?

screenshot

like image 335
Smart Apps Avatar asked Jun 17 '18 01:06

Smart Apps


2 Answers

This issue can be resolved by:

Select Launcher Icons, definitely, there will be the previous linked file which was removed from the system. Just go there and choose some other file and the issue will be resolved automatically.


.png file does not exist


like image 56
Ahmed Mujtaba Avatar answered Oct 25 '22 19:10

Ahmed Mujtaba


In my case it was an image wizard issue. Image asset wizard caches path to ic_launcher icon and can't find it. To resolve it you need repick ic_launcher image file for background layer and/or/maybe foreground layer.

Also you can use such command line tool like ack to find all strings 'burma_launcher.png' and manually edit finded files

like image 41
Alexander Fedoseev Avatar answered Oct 25 '22 19:10

Alexander Fedoseev