Andriod开发学习笔记3:Mac 平台下搭建 CLion 集成开发环境

1. 安装Xcode

通过App store或者下载安装Xcode。
安装完成之后,最好启动一下Xcode,否则可能会报“Error:The C compiler "/usr/bin/cc" is not able to compile a simple test program.”之类的问题。

2. 安装Clion

官网:https://www.jetbrains.com/clion/

3.启动Clion

启动Clion之后,会自动配置Xcode的C编译环境。

4.简单C语言示例

Andriod开发学习笔记3:Mac 平台下搭建 CLion 集成开发环境_第1张图片

你可能感兴趣的:(Andriod开发学习笔记3:Mac 平台下搭建 CLion 集成开发环境)