Which file specifies the minimum required Android SDK version your application supports?
Which file specifies the minimum required Android SDK version your application supports?
The minimum required Android SDK version that your application supports is specified in the AndroidManifest.xml file. This file contains key information about your app, including its components and settings, among them the minimum and target SDK version. This is achieved through the <uses-sdk> element which defines the minimum and maximum SDK versions required by the application.
D. AndroidManifest.xml