Home>
Is it possible to change the minimum version of the android on which the project will work? (These settings are set when creating a project)
-
Answer # 1
-
Answer # 2
in
gradle.build
at the levelApp
MINSDKVERSION 17
Where 17 Specify the minimum which will be supported
-
Answer # 3
in
gradle.build
at the levelApp
MINSDKVERSION 17
Where 17 Specify the minimum which will be supported
-
Answer # 4
in
gradle.build
at the levelApp
MINSDKVERSION 17
Where 17 Specify the minimum which will be supported
-
Answer # 5
in
gradle.build
at the levelApp
MINSDKVERSION 17
Where 17 Specify the minimum which will be supported
Related questions
- code 2067 SQLITE_CONSTRAINT_UNIQUE when working with Android MediaStorage
- android app bundle unsigned
- The path to Android_Home contains an incomprehensible symbol at the beginning of the line
- android : How to force Google TTS to put emphasis?
- android : Multiple selection of photos from the gallery (Invalid URI)
- java : If you close the application, but not ACTIVITY, then the method of Ondestroy () does not work
- After installing Windows 11 and reinstalling Android studio, my working app throws a bunch of errors
- android : What are px dp and sp and how do you translate one into another?
- android : Convert APK >XAPK
in
gradle.build
at the levelApp
Where 17 Specify the minimum which will be supported