Android 适配
java -jar AutoLayoutPlus.jar width height
(注意,输入的时候width在前,height在后;生成的文件夹命名是height在前,width在后)
jar包地址: https://github.com/yujiesuperman/autolayoutplus
jar后面的分别是标准分辨率width,标准分辨率height,和去除默认生成的常见机型分辨率(320*480; 480*800; 480*854;540*960; 600*1024; 720*1184; 720*1196; 720*1280; 768*1024; 800*1280; 1080*1812;1080*1920; 1440*2560)需要额外支持的机型分辨率。
参考文章: https://www.jianshu.com/p/3e956563e959
http://blog.csdn.net/lmj623565791/article/details/49990941