mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-30 20:33:54 +00:00
35 lines
899 B
Plaintext
35 lines
899 B
Plaintext
![]() |
import StartExperience from './common/start-experience.mdx';
|
||
|
|
||
|
# Quick Experience with Android
|
||
|
|
||
|
By using Midscene.js Android device, you can quickly experience the main features of Midscene on Android devices, without needing to write any code.
|
||
|
|
||
|
The Playground is also provided by the `@midscene/android` package, so you can think of it as a playground or a debugging tool for Midscene on Android.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
## Preparation
|
||
|
|
||
|
Please prepare an API key from a visual-language (VL) model.
|
||
|
|
||
|
You can check the supported models in [Choose a model](./choose-a-model)
|
||
|
|
||
|
## Start Playground
|
||
|
|
||
|
```bash
|
||
|
npx @midscene/android
|
||
|
```
|
||
|
|
||
|
## Config API Key
|
||
|
|
||
|
Click the gear button to enter the configuration page:
|
||
|
|
||
|

|
||
|
|
||
|
Refer to [Config Model and Provider](./model-provider) document, config the API Key.
|
||
|
|
||
|
<StartExperience />
|
||
|
|
||
|
* [Integrate with Android](./integrate-with-android)
|