Попытка протестировать пример приложения, связанного с новым API Bubbles.
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_OLDER_SDK
The application's minSdkVersion is newer than the device API level.
build.gradle
compileSdkVersion 'android-R'
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "com.example.bubbles"
minSdkVersion 'Q'
targetSdkVersion 'android-R'
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Вот мои виртуальные устройства. Я работаю на Pixel 3 API R
.
![enter image description here](https://i.stack.imgur.com/tohQa.png)
Разве этого не достаточно для запуска приложения API 30 на этом устройстве? Я не уверен, что конфликт. Спасибо.