David Zhao

Improved repo setup instructions

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