You can do this for density buckets as well, like this: android { defaultConfig { resConfigs "hdpi", "xhdpi", "xxhdpi", "xxxhdpi" } } It is even possible to ...
確定! 回上一頁