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

fix: Android resource compilation failed


Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/u11u.com/usr/themes/wq/functions.php on line 110

Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/u11u.com/usr/themes/wq/functions.php on line 116

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
添加新评论


Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /www/wwwroot/u11u.com/usr/themes/wq/comments.php on line 38