File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ DeviceConnect-Androidのソースコードをダウンロードしてくださ
3131$ git clone https://github.com/DeviceConnect/DeviceConnect-Android.git
3232```
3333
34- ビルド前にANDROID_HOMEの環境変数にAndroidSDKへのパスが設定されていることを確認してください 。
34+ ビルド前にANDROID_SDK_ROOTの環境変数にAndroidSDKへのパスが設定されていることを確認してください 。
3535
3636```
37- $ echo 'export ANDROID_HOME =<path>' >> ~/.bash_profile
37+ $ echo 'export ANDROID_SDK_ROOT =<path>' >> ~/.bash_profile
3838```
3939
4040< ; path> ; には、AndroidSDKへのパスを指定してください。
@@ -49,7 +49,7 @@ $ ./gradlew assembleDebug
4949Device Connect Managerを端末にインストールします。
5050
5151```
52- $ adb install app/build/outputs/apk/app-debug.apk
52+ $ adb install dconnect-manager- app/build/outputs/apk/debug/dconnect-manager- app-debug.apk
5353```
5454
5555### Windows
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ Download DeviceConnect-Android source code.
3333$ git clone https://github.com/DeviceConnect/DeviceConnect-Android.git
3434```
3535
36- Before building, make sure the path to AndroidSDK is set to the ANDROID_HOME environment variable.
36+ Before building, make sure the path to AndroidSDK is set to the ANDROID_SDK_ROOT environment variable.
3737
3838```
39- $ echo 'export ANDROID_HOME =<path>' >> ~/.bash_profile
39+ $ echo 'export ANDROID_SDK_ROOT =<path>' >> ~/.bash_profile
4040```
4141
4242For < ; path> ; , please specify the path to Android SDK.
@@ -51,7 +51,7 @@ $ ./gradlew assembleDebug
5151Install Device Connect Manager.
5252
5353```
54- $ adb install app/build/outputs/apk/app-debug.apk
54+ $ adb install dconnect-manager- app/build/outputs/apk/debug/dconnect-manager- app-debug.apk
5555```
5656
5757
You can’t perform that action at this time.
0 commit comments