> For the complete documentation index, see [llms.txt](https://docs.drizz.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drizz.dev/getting-started/drizz-desktop-app/drizz-desktop-app-setup/prerequisites/system-requirements-for-android.md).

# System Requirements for Android

## Android Studio

Android Studio is the official development and testing environment for Android applications, providing a complete and standardized toolchain for building, deploying, and validating Android apps. It includes the Android SDK, emulator, build tools, and debugging utilities required to execute automated and manual test workflows across multiple Android versions and device configurations. In enterprise environments, Android Studio enables controlled SDK management, emulator standardization, and repeatable test execution across developer workstations and CI infrastructure. Consistent configuration of Android Studio, SDK components, and virtualization support is essential to ensure test stability, performance, and compliance at scale.\
\
Android Studio System Requirements: <br>

| **Component**    | **Requirement**                        | **Description**                                                                                     |
| ---------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Operating System | macOS 12+, Windows 10+                 | Supported host platforms for running Drizz Desktop and development tooling.                         |
| Processor        | 64-bit CPU with virtualization support | Required for running Android emulators and virtualization frameworks.                               |
| Memory           | Minimum 8 GB RAM (16 GB recommended)   | Emulators, builds, and device processes are memory-intensive and require adequate system resources. |
| Storage          | 20–30 GB free space                    | Necessary for Android Studio, SDK packages, system images, and build artifacts.                     |
| Network          | Stable internet connection             | Required for SDK installations, updates, device provisioning, and package downloads.                |
|                  |                                        |                                                                                                     |

> For more information refer the [Android Studio developer documentation](https://developer.android.com/studio/run/emulator).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.drizz.dev/getting-started/drizz-desktop-app/drizz-desktop-app-setup/prerequisites/system-requirements-for-android.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
