Android 将应用程序设置为MinSDK版本9时出现问题

Android 将应用程序设置为MinSDK版本9时出现问题,android,api,android-studio,Android,Api,Android Studio,我得到一个错误: Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [androidx.appcompat:appcompat:1.0.0] 好的,那个么我应该设置什么androidx.appcompat:appcompat来支持API 9到30的版本呢?我已经设置了Android Studio中最古老的androidx.appcompa

我得到一个错误:

Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [androidx.appcompat:appcompat:1.0.0]
好的,那个么我应该设置什么androidx.appcompat:appcompat来支持API 9到30的版本呢?我已经设置了Android Studio中最古老的androidx.appcompat:appcompat。我看到一些TUT告诉我去打开模块设置>口味,但在当前版本中没有这样的选项卡。

正如您从androidx.appcompat 1.0.0中看到的,它是在2018年11月发布的。

而且它不支持太旧的版本。您应该使用api 9或更高版本。有关详细信息,请查看。

androidx是一个不支持旧Android版本的库。正如您所看到的,它支持的mininum sdk是14