Android Studio – Failure [INSTALL_FAILED_OLDER_SDK]

Android Studio beta 0.8.9. Running a test app on a physical device device fails during installation stage with error:

Failure [INSTALL_FAILED_OLDER_SDK]

The issue was caused by the following line in build.gradle configuration file:

Android Studio - build.gradle

compileSdkVersion ‘android-L’

The issue was resolved by changing this to:

Android Studio - build.gradle

compileSdkVersion 20

 

Android Studio Beta 0.8.9
10.2014


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Captcha
captcha
Reload