Android Studio - Unable to run app on device minSdk(API 23, N) != device Sdk(API 22)

后端 未结 9 1991
滥情空心
滥情空心 2021-02-13 06:06

so i reinstalled linux on my computer and after i reinstalled android studio i tried getting an app that i wrote on to my phone which previously had not been a problem. The App

9条回答
  •  无人及你
    2021-02-13 06:20

    Changing the minSdkVersion may not always help. Check your SDK Manager, as already suggested, and make sure that you have the necessary versions installed as well (I had changed mine in Gradle, but it only made things worse on my end).

提交回复
热议问题