Resources$NotFoundException: File res/drawable/abc_ic_ab_back_material.xml

后端 未结 18 912
野性不改
野性不改 2020-11-27 15:49

After solving a JDK zero value error, now I\'m facing this one. I did a little research, but it seems I can\'t get to the point. Here is the log error:

FATA         


        
18条回答
  •  广开言路
    2020-11-27 16:09

    I tried all the answers above but no success because of clarity most of the time.

    Just do this:

    1. In the launch_background.xml file, replace mipmap with drawable
    2. Copy the icon image that should be your app icon and paste it in the drawable folder

    At the end the launch_background.xml file should look like below.

    
    
    
        
    
        
        
            
        
    
    

提交回复
热议问题