How do you specify the minimum version of Android required by your application?

How do you specify the minimum version of Android required by your application?



A. You specify the minimum Android version required using the minNdkVersion attribute in the AndroidManifest.xml file
B. You specify the minimum Android version required using the minNumberVersion attribute in the AndroidManifest.xml file
C. You specify the minimum Android version required using the minSdkVersion attribute in the AndroidManifest.xml file
D. You specify the minimum Android version required using the minVersion attribute in the AndroidManifest.xml file


Answer: C


Learn More :