I\'m using Google\'s Android Studio 0.1 based on IntelliJ, and I cannot figure out how to add additional SDKs to my project.
I exported my existing project from Ecli
You can change from the "build.gradle" file the line:
compileSdkVersion 18
to the sdk that you want to be used.