# AndroidBuildType

> Build configurations for the generated project.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum AndroidBuildType
```

## Fields

| Value                                                                                      | Description                                                       |
| ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- |
| [Debug](/engine/6000.7/script-reference/unityeditor/androidbuildtype/debug.md)             | Build configuration set to Debug for the generated project.       |
| [Development](/engine/6000.7/script-reference/unityeditor/androidbuildtype/development.md) | Build configuration set to Development for the generated project. |
| [Release](/engine/6000.7/script-reference/unityeditor/androidbuildtype/release.md)         | Build configuration set to Release for the generated project.     |
