Expected Android API level 21+ but was 19 while using Retrofit 2, OkHttp3
from--https://stackoverflow.com/questions/58679774/expected-android-api-level-21-but-was-19-while-using-retrofit-2-okhttp3 Ask Question Asked 3 years, 10 months ago Modified 3 years, 6 months ago Viewed 7k times 2 I'm using Retrofit 2 and OkHttp3 to data from server and I get error while using Min_SDK 17 and my device's API is 17 also I tried this answer :How to fix Expect…
How to fix Expected Android API level 21+ but was 19 in Android
Android API Level 数字和字母的区别
from--https://stackoverflow.com/questions/56818660/how-to-fix-expected-android-api-level-21-but-was-19-in-android Ask Question Asked 4 years, 2 months ago Modified 2 years, 11 months ago Viewed 37k times 40 In my application i want get data from server, for get connect to server i used Retrofit, OkHttp. But when running application, show me force close error. In and…
Android API Level 数字和字母的区别 从Android 10开始,谷歌不再使用甜品命名版本,改为Android+数字。 例如Android 10为代号,对应的字母为Q(为build ID第一个字母),对应的API Level为30,如果API Level为字母,说明这是预览版。