Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clonn/9436449 to your computer and use it in GitHub Desktop.
Save clonn/9436449 to your computer and use it in GitHub Desktop.
intellij deploy to genymotion got error, Failure [INSTALL_FAILED_OLDER_SDK], 當執行發生錯誤的時候,解決方法

#when genymotion runs error.

After a lots setting, we can start intellij with genymotion.

if you face executed ERROR, message like this,

Failure [INSTALL_FAILED_OLDER_SDK]

##make sure you ADV version.

###edit your androidManifest.xml

edit your minSdkVersion in androidManifest.xml file, like my change like,

<uses-sdk android:minSdkVersion="15"/>

##finished

now you ran run again. try your genymotion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment