I have 2 questions.
If I compiled my app with targetSDKVersion 23
but tested it on an emulator running api level 19
, will I be sure that it runs on a device with api level 19
?
When I set minSDKVersion
to an API level
and use something that is not available on that api level will I get a compiler error? If not how can I be sure on what is the minimum api level
my program is compatible with?