> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corbado.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing Passkeys on Android

> Learn how to test passkeys on Android emulator.

<Columns cols={3}>
  <Card href="https://cognito.cloud.corbado-demo.com">
    Try Demo
  </Card>

  <Card href="https://calendly.com/vincent-delitz">
    Talk to Adoption Engineer
  </Card>

  <Card href="https://www.corbado.com/passkeys/enterprise">
    Whitepaper
  </Card>
</Columns>

To test passkeys on Android emulator, you need to configure a few settings:

1. Open Android Studio and launch the AVD Manager.

2. Select your emulator and ensure it's running API level 30 or higher.

3. Set up a Google account on the emulator (needed for passkeys).

4. Enable a PIN or password under `Settings → Security`.

5. Enable Fingerprint authentication in `Settings → Security → Fingerprint`.

<Note>
  To simulate fingerprint authentication, you can use this command in the terminal:

  ```bash theme={null}
  adb emu finger touch <finger_id>
  ```
</Note>

<Warning>
  Make sure your emulator is running API level 30 or higher, as passkey support requires Android 11 or newer.
</Warning>
