构建项目和模块

    编译项目会同时编译当前项目中所有的模块 ,如果代码较多, 编译时间会比较长.如果想编译快一点需要指定编译某个模块.

    Mac: Command + F9

    编译模块

    菜单栏 —> Build —> Make Module ‘模块名’