Android Studio : Failure [INSTALL_FAILED_OLDER_SDK]

后端 未结 24 1232
孤街浪徒
孤街浪徒 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:41

    Check the minimum API level inside the build.gradle(module: app)[inside of the gradle scripts]. Thatt should be equal to or lower than the device you use

提交回复
热议问题