Hi guys, recently started developing Android. I feel that this is a very stupid question, but I will shoot anyway, since I spent an hour on it. I'm currently trying to run a project on my device, without any changes to what Android Studio gave me. I think this image should better describe my problem:

On startup, I get Failure [INSTALL_FAILED_OLDER_SDK] .
I do not understand why they are incompatible. Rather, why does minSdk say API 20 when minSdkVersion on build.gradle says 15? I tried adding uses-sdk to manifest.xml, but I decided that it would be superfluous since the build.gradle file would overwrite this (it doesn't work either).
Did I miss some setup here?
android android-studio
kir
source share