I am using android studio and I downloaded everything upto Android 5.0 in sdk manager. With a classic projet I run my app on moto G with no problems, but when I create a Wear project I face this error :
Failure [INSTALL_FAILED_OLDER_SDK]?
There is part of my build.gradle :
defaultConfig {
applicationId 'stream.lib.myapplication'
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName '1.0'
}