在新版本中已经废弃,替代方案是在gradle 中使用splits 根据不同的ABI 以及不同的屏幕密度分别打包。 android { splits { density { enable true exclude ...
確定! 回上一頁