The first step is to prepare a development environment with the required software:
You can use any computer and operating system that supports this software.
Download and install the latest version of Android Studio .
Start Android Studio.
Open the Settings dialog.
Navigate to Languages & Frameworks, then select Android SDK.
In the SDK Platforms tab, select the checkbox Android 14.0 (“UpsideDownCake”).
In the SDK Tools tab, select the following:
Click OK to install and update the selected components.
Profiling is an important step in the Android application development cycle.
The default profiler in Android Studio is great to profile CPU-related metrics, but it does not provide GPU details.
Arm Performance Studio is a comprehensive profiling tool to profile both CPUs and GPUs.
One of the components of Performance Studio is Streamline. Streamline captures data from multiple sources, including:
Install Arm Performance Studio using the Arm Performance Studio Install Guide .
To learn more about Arm Performance Studio and Streamline, see Get started with Arm Performance Studio for mobile .
Android Studio and Arm Performance Studio are now installed, and you are ready to create a WebGPU Android application.