Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feederblog.csdn.net
Get the latest updates from quaful的专栏 directly as they happen.
Last updated over 3 years ago
almost 9 years ago
本文面向原来熟悉在GUI界面(例如VisualStudio)下编译代码的同学。Visual Studio确实是一个傻瓜式的开发环境,像Visual C++,在Visual Studio里把C/C++代码写好,点一下“运行”按钮,就可以把程序运行起来了。对比Linux里传统的开发模式,不仅要写C/C++代码,还要写makefile。Android Studio其实也是继承了这种思想,开发Android应用(以下都简称App),不仅要写Java代码,还要写编译Java代码的代码,也就是说,编译过程本身也是执行一