# androidSdkVersion

> The specific version of the Android SDK to build your project with.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Build.Profile](/engine/6000.5/script-reference/unityeditor/build/profile.md)
* **Assembly:** UnityEditor.BuildProfileModule

```csharp
public string androidSdkVersion { get; set; }
```

### Remarks

Build Automation builds your project using the Android SDK version you choose. This value is required for any cloud build that targets the Android platform.
