Reputation: 63
I want to set compileSdkVersion to 17, but just cannot find where to change the default setting.
When I create new project, the compileSdkVersion is always 22...
Upvotes: 2
Views: 1086
Reputation: 2258
if you have newer sdk so compileSdkVersion have to set that sdk version in default.
1.you can delete newer sdk ;-)
2.you can change that in build.gradle
my choice is 2.
Upvotes: 1