# AndroidPluginImporterUtilities

> Provides Android specific extension methods for the PluginImporter.

## Definition

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

```csharp
public static class AndroidPluginImporterUtilities
```

## Static Methods

| Method                                                                                                                                           | Description                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| [GetAndroidCPU](/engine/6000.5/script-reference/unityeditor/android/androidpluginimporterutilities/getandroidcpu.md)                             | Gets the Android CPU architecture that the plugin supports. |
| [GetAndroidSharedLibraryType](/engine/6000.5/script-reference/unityeditor/android/androidpluginimporterutilities/getandroidsharedlibrarytype.md) | Gets the type of content that the shared library contains.  |
| [SetAndroidCPU](/engine/6000.5/script-reference/unityeditor/android/androidpluginimporterutilities/setandroidcpu.md)                             | Sets the Android CPU architecture that the plugin supports. |
| [SetAndroidSharedLibraryType](/engine/6000.5/script-reference/unityeditor/android/androidpluginimporterutilities/setandroidsharedlibrarytype.md) | Sets the type of content that the shared library contains.  |
