# GetAndroidCPU(PluginImporter)

> Gets the Android CPU architecture that the plugin supports.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Android](/engine/6000.6/script-reference/unityeditor/android.md)
* **Assembly:** UnityEditor.Android.Extensions

```csharp
public static AndroidArchitecture GetAndroidCPU(this PluginImporter importer)
```

### Parameters

**** (\[PluginImporter]\(/engine/6000.6/script-reference/unityeditor/pluginimporter)):&#x20;

### Returns

| Type                                                                                      | Description                                                                                                                                                             |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AndroidArchitecture](/engine/6000.6/script-reference/unityeditor/androidarchitecture.md) | Returns the [AndroidArchitecture](/engine/6000.6/script-reference/unityeditor/androidarchitecture.md) that represents the Android CPU architecture the plugin supports. |
