Android Debug Bridge (ADB) to install the client application without needing full developer tools.
Optional
For developers who want to modify, build, and debug the client application, a complete Android development enviroment is required:
Android Studio 4.0 or later.
Android SDK 7.1.1 ‘Nougat’ (API level 25) or higher.
Android build tools 28.0.3
Android NDK 21.4.7075529
OpenJDK 1.8n
Note
Android Studio can be downloaded from https://developer.android.com/studio.
Installing Android Studio also installs Android Platform Tools, Android SDK, and OpenJDK.
To install Android NDK from the Android Studio menus, click Tools>SDK Manager, select SDK Tools and then NDK, and click OK.
To use the bundled OpenJDK, click File>Project Structure in the menu bar. In the SDK Location page under JDK Location, select the Use embedded JDK checkbox, and then click OK.
The NDK version was selected because it was the LTS release at time of development and is aligned with Android Studio 4.0.x as the default NDK version.
Newer NDK versions, such as 23.x, might cause build issues.
As of the CloudXR 3.1 release, only Android 64-bit builds are supported.
You also need: