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

后端 未结 18 897
野性不改
野性不改 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:25

    Since this page is the first result of google android.content.res.Resources$NotFoundException: File res/drawable/, I want to share that this exception might caused by your foo.xml contains improper code.

    e.g. foo.xml:

    
    
        
            
                
                
                
            
        
    
    

    This xml contains which compiled successfully but throws exception at Runtime, vary in different app.

提交回复
热议问题