Unity Certified Associate Game Development Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Question: 1 / 305

To build for the Android platform, where do you need to specify the location of the Android SDK files?

File > Build Settings

Edit > Preferences > External Tools

To build for the Android platform in Unity, specifying the location of the Android SDK files is done through the path in the preferences under External Tools. This setting allows Unity to recognize where the Android SDK is installed on your computer, enabling it to compile and export the game correctly for the Android platform.

In the External Tools preferences, you can define various paths related to Android development, including the location of the Android SDK, NDK (Native Development Kit), and JDK (Java Development Kit). This setup is essential for ensuring that Unity can access the necessary tools and libraries for building Android applications.

Other options involve parts of the Unity interface that do not serve the purpose of specifying SDK locations. For instance, Build Settings allow you to manage what platform you are building for but won't let you set or change SDK paths. Similarly, the Window menu does not typically house SDK path configurations, and the Assets menu focuses more on the content of your project rather than tooling setups. Therefore, the correct place for setting the Android SDK location is indeed found under the External Tools in the Preferences menu.

Window > Android SDK

Assets > Android Setup

Next

Report this question