# ResolveConflict()

> Resolve a conflict if another script has already modified the element.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle](/engine/6000.3/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public void ResolveConflict()
```

### Remarks

If you call this method and the element was not modified, the build will fail. This is to make sure that you call this method explicitly to resolve an existing conflict.
