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

# Test with any Android device

Seeker is an Android phone at its core. For 99% of development and testing, you can use:

* Any Android device
* Android emulator from Android Studio
* Any standard Android API

Your app will behave the same way on Seeker as it does on any other Android device.

## Mock MWA Wallet

If your app uses Mobile Wallet Adapter, we recommend testing against the [Mock MWA Wallet](https://github.com/solana-mobile/mock-mwa-wallet) - a testing wallet that simulates Seed Vault Wallet functionality.

Mock MWA Wallet features:

* Mobile Wallet Adapter support for `authorize`, `signIn`, `signAndSendTransactions`, and `signMessage`.
* Apple pay-like transaction signing (Bottom sheet approval, no app switch)
* Biometric authentication
* Configurable Ed25519 private key importing

For installation, view the [**Github repository**](https://github.com/solana-mobile/mock-mwa-wallet).

<Frame caption="Mock MWA Wallet">
  <video controls autoPlay muted loop className="w-full aspect-video rounded-xl" src="https://mintcdn.com/solanalabs/TqbmPoBvHph_ccql/images/static/videos/mock_mwa_wallet.mp4?fit=max&auto=format&n=TqbmPoBvHph_ccql&q=85&s=c007c195f4461c625088a3dab52ce920" data-path="images/static/videos/mock_mwa_wallet.mp4" />
</Frame>
