FAQs - Building to device

Frequently asked questions related to building to device

Android

# Gradle build failure

Refer to Gradle

# Build failure with Android 14 (API level 34)

To fix this issue, follow these steps:

  1. Download Maven AAPT2 7.2.2 and extract the jar from below Windows Mac Linux

Make sure to download the version that corresponds to your build system.

  1. Open Assets> Plugins> Android> gradleTemplate.properties

  2. Add this line in the gradleTemplate.properties file at the end of the file

android.aapt2FromMavenOverride=D:/aapt2/aapt2.exe

Replace "D:/aapt2/aapt2.exe" with the path where you extracted aapt2.exe

iOS

# Mono Screen / Build Failed in iOS

Refer to FAQ-iOS

Last updated