# androidCreateSymbolsZip

> Set to true to create a symbols.zip file in the same location as the.apk or.aab file.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** androidCreateSymbolsZip has been deprecated. Use UnityEditor.Android.UserBuildSettings.DebugSymbols.level property

```csharp
public static bool androidCreateSymbolsZip { get; set; }
```

### Remarks

The file name contains bundle version and bundle version code. Library symbols are packed inside. They can be used to symbolicate stack traces.

**Note:** `androidCreateSymbolsZip` is obsolete. Use UserBuildSettings.DebugSymbols.level instead.
