David Zhao

Improved repo setup instructions

正在显示 1 个修改的文件 包含 8 行增加0 行删除
... ... @@ -72,6 +72,14 @@ class MainActivity : AppCompatActivity(), RoomListener {
To develop the Android SDK itself, you'll need
- Check out the [protocol](https://github.com/livekit/protocol) repo to exist at the same level as this repo.
Your directory structure should look like this:
```
parent
- protocol
- client-sdk-android
```
- Install [Android Studio Arctic Fox Beta](https://developer.android.com/studio/preview)
### Optional (Dev convenience)
... ...