2025-04-15 11:31:12 +08:00
|
|
|
import StartExperience from './common/start-experience.mdx';
|
2025-04-21 20:51:17 +08:00
|
|
|
import PrepareAndroid from './common/prepare-android.mdx';
|
2025-04-15 11:31:12 +08:00
|
|
|
|
|
|
|
# Quick Experience with Android
|
|
|
|
|
2025-04-21 20:51:17 +08:00
|
|
|
By using Midscene.js playground, you can quickly experience the main features of Midscene on Android devices, without needing to write any code.
|
2025-04-15 11:31:12 +08:00
|
|
|
|
|
|
|

|
|
|
|
|
2025-04-21 20:51:17 +08:00
|
|
|
<PrepareAndroid />
|
2025-04-15 11:31:12 +08:00
|
|
|
|
2025-04-21 20:51:17 +08:00
|
|
|
## Run Playground
|
2025-04-15 11:31:12 +08:00
|
|
|
|
|
|
|
```bash
|
2025-04-17 17:44:11 +08:00
|
|
|
npx --yes @midscene/android-playground
|
2025-04-15 11:31:12 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Config API Key
|
|
|
|
|
2025-04-21 20:51:17 +08:00
|
|
|
Click the gear button to enter the configuration page and paste your API key config.
|
2025-04-15 11:31:12 +08:00
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Refer to [Config Model and Provider](./model-provider) document, config the API Key.
|
|
|
|
|
|
|
|
<StartExperience />
|
|
|
|
|
2025-04-21 20:51:17 +08:00
|
|
|
* [Integrate javascript SDK with Android](./integrate-with-android)
|