ro.sf.lcd_density must be defined as a build property

后端 未结 3 1324
伪装坚强ぢ
伪装坚强ぢ 2021-01-17 13:25

While running the application on the emulator, I have got those errors. How can I solve it so that my program will be more reliable ?

error:

 01-16 1         


        
3条回答
  •  Happy的楠姐
    2021-01-17 14:12

    I was getting this log message when had an icon in /res/drawable. I moved it into /res/drawable-hdpi and deleted /res/drawable and the log message went away.

提交回复
热议问题