Android Studio : Failure [INSTALL_FAILED_OLDER_SDK]

后端 未结 24 1313
孤街浪徒
孤街浪徒 2020-11-27 04:54

Today I have downloaded Android Studio v 0.8.0 beta. I am trying to test my app on SDK 17 . Android studio error Failure [INSTALL_FAILED_OLDER_SDK] Here is my a

24条回答
  •  失恋的感觉
    2020-11-27 05:35

    Just installed Android Studio v 0.8.1 beta and ran into the same problem targeting SDK 19.

    Copied 19 from the adt-bundle to android-studio, changed build.gradle to:

    compileSdkVersion 19 targetSdkVersion 19

    then project -> app -> open module settings (aka project structure): change compile sdk version to 19.

    Now works fine.

提交回复
热议问题