We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849b135 commit e559c8aCopy full SHA for e559c8a
1 file changed
dConnectSDK/dConnectLibStreaming/README.md
@@ -36,12 +36,10 @@ dConnectLibStreaming は、映像配信などを行うためのライブラリ
36
# インストール方法
37
libmedia と libsrt を AndroidStudio プロジェクトにインストールする方法を説明します。
38
39
-libmedia と libsrt の aar を、下記のリリースページでダウンロードします。<br>
+まず、libmedia と libsrt の aar を下記のページからダウンロードします。<br>
40
[https://github.com/DeviceConnect/DeviceConnect-Android/releases](https://github.com/DeviceConnect/DeviceConnect-Android/releases)
41
42
-
43
44
-aar はプロジェクト直下の `libs` フォルダにコピーします。
+以下のように、aar をプロジェクト直下の `libs` フォルダにコピーします。
45
46
```
47
/YourProject
0 commit comments