why i get Some file crunching failed after i rename drawable file to .9.png?

后端 未结 9 1114
盖世英雄少女心
盖世英雄少女心 2021-02-07 07:40

I am testing 9-patch image .
Before everything works fine , and i rename drawable file ic_button_beat_box_default.png to ic_button_beat_box_d

9条回答
  •  耶瑟儿~
    2021-02-07 08:04

    What solved it for me was to set

    aaptOptions {  
        cruncherEnabled = false  
    }
    

    Then to run the app (icons were missing) then remove this option and run the app again. Hope it helps somebody.

提交回复
热议问题