Resource is not a Drawable

前端 未结 5 1763
萌比男神i
萌比男神i 2021-01-16 13:23

This code causes force close exception on Emulator(API 18) and works in ASUS Nexus 7(API 21)



        
5条回答
  •  既然无缘
    2021-01-16 13:56

    Also make sure you don't have the background of an imageView set to selectableItemBackgroundBorderless, otherwise older devices will have this error:

    
    

提交回复
热议问题