天使漫步IT工作室天使漫步IT工作室

fix: Android resource compilation failed

it seems that the lastest version of android which is 28 will not work the format like :

<item name="cc_card" type="id">2222</item> 

change to :

<item name="cc_card" type="id" />

it mean that google will not allow self define id values any more, after all the item fix , it really work.

more detail:https://github.com/smooch/smooch-android/issues/115

本站原创,欢迎转载,转载敬请标明出处:天使漫步IT工作室 » fix: Android resource compilation failed
添加新评论