22 lines
820 B
Markdown
22 lines
820 B
Markdown
# Basic Android
|
|
|
|
Basic client application built for Android using Kotlin. It internally uses [livekit-client-sdk-android](https://docs.livekit.io/client-sdk-js/).
|
|
|
|
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/android/).
|
|
|
|
## Prerequisites
|
|
|
|
- [Android Studio](https://developer.android.com/studio)
|
|
|
|
## Run
|
|
|
|
1. Download repository
|
|
|
|
```bash
|
|
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
|
|
```
|
|
|
|
2. Open Android Studio and import the project `openvidu-livekit-tutorials/application-client/openvidu-android`
|
|
|
|
3. Run the application in an emulator or a physical device by clicking the `Run` button in Android Studio. Check out the [official documentation](https://developer.android.com/studio/run) for further information.
|