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

后端 未结 9 1984
滥情空心
滥情空心 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:24

    The same happened to me on Android Studio, so I could not start a new emulator. I had to: Gradle Scripts -> build.gradle (module:app) -> minSdkVersion 14

    (update "minSdkVersion" value to "14".

    Now I am able to start a new emulator.

提交回复
热议问题