Hi, anyone know what the number after the “sdk” me...
# android
c
Hi, anyone know what the number after the “sdk” mean?
f
chris.zou: min sdk version is minimum version to run your app in a device
c
So what does the number mean?
f
the number is specifying the API level like 25 means nougat or 22 lolipop
c
so, if my app use sdk25, can I run the app on lower level OS like 15?
f
No you can't