# minApiLevel

> The minimum Android API level that the application can run on.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public static int minApiLevel { get; }
```

### Remarks

For more information, refer to the Android documentation on [minSdkVersion](https://developer.android.com/ndk/guides/sdk-versions#minsdkversion).
