> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/supported-devices/android.md).

# Android®

Cronus Zen™ lets you play across supported Android® devices using a compatible [controller](/supported-devices/controller.md). It works on phones, tablets, and laptops.

***

### <i class="fa-list-check">:list-check:</i> What you need <a href="#requirements" id="requirements"></a>

|                |                                                                             |
| -------------- | --------------------------------------------------------------------------- |
| **Adapter**    | A USB-C OTG adapter                                                         |
| **Controller** | Fully charged — wireless controllers do not charge from the Android® device |

***

### <i class="fa-arrows-rotate">:arrows-rotate:</i> Setup <a href="#setup" id="setup"></a>

{% stepper %}
{% step %}

#### Enable PS Remote Play

Connect the Cronus Zen™ to a Windows® PC using the **PROG USB** port. Open **Zen Studio → Device Panel** and enable **PS Remote Play**, then disconnect the PROG USB cable.

{% hint style="info" %}
PS Remote Play is enabled so that controllers connected to Android® are detected correctly. You are not using Remote Play itself.
{% endhint %}
{% endstep %}

{% step %}

#### Connect the Zen to your Android® device

Use the **CONSOLE/PC USB** port and a USB-C OTG adapter.
{% endstep %}

{% step %}

#### Wait 10 seconds

Make sure the Zen is powered on, then wait about 10 seconds before continuing.
{% endstep %}

{% step %}

#### Connect your controller

Connect a supported controller to the Zen's **A3** USB port.
{% endstep %}
{% endstepper %}


---

# 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://guide.cronuszen.com/supported-devices/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.
