davidliu
Committed by GitHub

Update README.md

正在显示 1 个修改的文件 包含 2 行增加10 行删除
@@ -69,17 +69,9 @@ class MainActivity : AppCompatActivity(), RoomListener { @@ -69,17 +69,9 @@ class MainActivity : AppCompatActivity(), RoomListener {
69 69
70 ## Dev Environment 70 ## Dev Environment
71 71
72 -To develop the Android SDK itself, you'll need  
73 -  
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 - ``` 72 +To develop the Android SDK itself, you'll need:
82 73
  74 +- Ensure the protocol submodule repo is initialized and updated with `git submodule --init`
83 - Install [Android Studio Arctic Fox 2020.3.1+](https://developer.android.com/studio) 75 - Install [Android Studio Arctic Fox 2020.3.1+](https://developer.android.com/studio)
84 76
85 ### Optional (Dev convenience) 77 ### Optional (Dev convenience)