我总是使用eclipse来构建一个android项目。当我使用eclipse启动一个新项目时,我可以选择编译版本。但是在Android Studio中,我只能在启动新模块时选择最小版本。我尝试更改compileSdkVersion
中的build.gradle
。但是当我清理项目时,我遇到了很多错误。大多数错误都是No resource found that matches the given name ....
这是我的build.gradle
compileSdkVersion 16
buildToolsVersion "23.0.1"`
所以我的问题是:当我第一次启动新模块时如何分配编译版本就像我在日食中一样?
答案 0 :(得分:5)