Skip to content

Commit e6b74ae

Browse files
committed
Merge commit '058a4218f1a4d9fdd185cd750104156d5360ffb5' into feature_live_streaming
# Conflicts: # dConnectManager/dConnectManager/dconnect-live-streaming/src/test/java/org/deviceconnect/android/livestreaming/ExampleUnitTest.java # dConnectSDK/dConnectLibStreaming/libstreaming/src/androidTest/java/org/deviceconnect/android/livestreaming/ExampleInstrumentedTest.java # dConnectSDK/dConnectLibStreaming/libstreaming/src/main/AndroidManifest.xml
2 parents 3cd91ad + 058a421 commit e6b74ae

402 files changed

Lines changed: 19245 additions & 28444 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,5 @@ build.xml
304304
HVCW.jar
305305
RobotLibrary.jar
306306
demo.zip
307+
node_modules
308+
dist

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,30 @@ Device Connect Managerをビルドして、簡単に動作させるまでを解
2424
* Android SDK
2525

2626
## Device Connect Managerのビルド
27-
### Mac/Linux
28-
DeviceConnect-Androidのソースコードをダウンロードしてください。
27+
28+
### ソースコードの取得
29+
30+
git コマンドでソースコードをクローンします。
2931

3032
```
3133
$ git clone https://github.com/DeviceConnect/DeviceConnect-Android.git
3234
```
3335

34-
ビルド前にANDROID_SDK_ROOTの環境変数にAndroidSDKへのパスが設定されていることを確認してください。
36+
### ライブラリのインポート
37+
38+
ビルドには、libmedia-release-1.0.0.aar と libsrt-release-1.0.0.aar が必要になります。<br>
39+
GitHub の releases からダウンロードして、/DeviceConnect-Android/dConnectDevicePlugin/dConnectDeviceHost/app/libs にコピーしてください。
40+
41+
### Mac/Linux でビルド
42+
43+
ビルド前にANDROID\_SDK\_ROOTの環境変数にAndroid SDKへのパスが設定されていることを確認してください。
3544

3645
```
3746
$ echo 'export ANDROID_SDK_ROOT=<path>' >> ~/.bash_profile
3847
```
3948

4049
&lt;path&gt;には、AndroidSDKへのパスを指定してください。
41-
<br><br>
50+
4251
Device Connect Managerをビルドしてapkを作成します。
4352

4453
```
@@ -52,14 +61,9 @@ Device Connect Managerを端末にインストールします。
5261
$ adb install dconnect-manager-app/build/outputs/apk/debug/dconnect-manager-app-debug.apk
5362
```
5463

55-
### Windows
56-
DeviceConnect-Androidのソースコードをダウンロードしてください。
64+
### Windows でビルド
5765

58-
```
59-
> git clone https://github.com/DeviceConnect/DeviceConnect-Android.git
60-
```
61-
62-
ビルド前にANDROID_HOMEの環境変数にAndroidSDKへのパスが設定されていることを確認してください。
66+
ビルド前にANDROID\_HOMEの環境変数にAndroid SDKへのパスが設定されていることを確認してください。
6367

6468
```
6569
> setx ANDROID_HOME <path>
@@ -80,7 +84,6 @@ Device Connect Managerを端末にインストールします。
8084
> adb install app/build/outputs/apk/app-debug.apk
8185
```
8286

83-
8487
## Device Connect Managerの起動
8588
Android端末のアプリケーション一覧画面から、Device Connect Managerのアイコンをタップして、起動します。
8689
<div>
@@ -133,7 +136,6 @@ curl -X GET \
133136
|[dConnectDeviceChromeCast](dConnectDevicePlugin/dConnectDeviceChromeCast)|Chromecastのデバイスプラグイン。 |
134137
|[dConnectDeviceFaBo](dConnectDevicePlugin/dConnectDeviceFaBo)|FaBoのデバイスプラグイン。|
135138
|[dConnectDeviceHeartRate](dConnectDevicePlugin/dConnectDeviceHeartRate)|Mio AlphaなどのHeartRateのデバイスプラグイン。|
136-
|[dConnectDeviceHitoe](dConnectDevicePlugin/dConnectDeviceHitoe)|Hitoeのデバイスプラグイン。|
137139
|[dConnectDeviceHOGP](dConnectDevicePlugin/dConnectDeviceHOGP)|HOGPのデバイスプラグイン。|
138140
|[dConnectDeviceHost](dConnectDevicePlugin/dConnectDeviceHost)|Androidのデバイスプラグイン。|
139141
|[dConnectDeviceHue](dConnectDevicePlugin/dConnectDeviceHue)|Hueのデバイスプラグイン。|
@@ -213,7 +215,6 @@ Device Connect Managerや各デバイスプラグインを開発したい人は
213215
* [ChromeCast](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/ChromeCast-Build)
214216
* [FaBo](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/FaBo-Build)
215217
* [HeartRate](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/HeartRateDevice-Build)
216-
* [Hitoe](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Hitoe-Build)
217218
* [HOGP](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/HOGP-Build)
218219
* [Host](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Host-Build)
219220
* [Hue](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Hue-Build)

dConnectDevicePlugin/dConnectDeviceHitoe/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/app/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/app/build.gradle

Lines changed: 0 additions & 67 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/app/proguard-rules.pro

Lines changed: 0 additions & 17 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/app/src/androidTest/java/org/deviceconnect/android/deviceplugin/hitoe/ApplicationTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 68 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceHitoe/app/src/main/java/org/deviceconnect/android/deviceplugin/hitoe/HitoeApplication.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)