天使漫步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

当前页面是本站的「Baidu MIP」版。查看和发表评论请点击:完整版 »