gradle - Android Studio : Failure [INSTALL_FAILED_OLDER_SDK] - Stack Overflow
Do those changes in build.gradle file in the wear module compileSdkVersion 20 targetSdkVersion 20 So the final wear/build.gradle content will be: apply plugin: 'com.android.application' android { compileSdkVersion 20 buildToolsVersion "20.0.0 ......