Specifies the target Android API level. ```lua androidapilevel (value) ``` ### Parameters ### `value` is a number specifying the target Android API level. ## Applies To ### The `config` scope. ### Availability ### Premake 5.0.0 alpha 14 or later. ### Examples ### ```lua androidapilevel (21) ```