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

    in gradle.build at the level App

    MINSDKVERSION 17
    

    Where 17 Specify the minimum which will be supported

  • Answer # 2

    in gradle.build at the level App

    MINSDKVERSION 17
    

    Where 17 Specify the minimum which will be supported

  • Answer # 3

    in gradle.build at the level App

    MINSDKVERSION 17
    

    Where 17 Specify the minimum which will be supported

  • Answer # 4

    in gradle.build at the level App

    MINSDKVERSION 17
    

    Where 17 Specify the minimum which will be supported

  • Answer # 5

    in gradle.build at the level App

    MINSDKVERSION 17
    

    Where 17 Specify the minimum which will be supported