I always use eclipse to build an android project. When I use the eclipse to start a new project, I can choose the compile version. But in Android Studio, I can only choose the min version when I start a new module. I tried to change the compileSdkVersion
in build.gradle
. But when I clean the project ,I got a lot of errors.Most of them are something like No resource found that matches the given name ....
Here is my build.gradle
compileSdkVersion 16
buildToolsVersion "23.0.1"`
So my question is :How can I assign the compile version when I start the new module at the first time just like what I always do in the eclipse ?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With