File tree 2 files changed +5
-3
lines changed
examples/java-matter-controller
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ downloaded.
55
55
3 . Select NDK (Side by Side) -> 23.2.8568313
56
56
4 . Apply
57
57
3 . Install Command Line Tools:
58
- 1 . Tools -> SDK Manager -> SDK Tools Tab -> Android SDK Command Line Tools 10.0
58
+ 1 . Tools -> SDK Manager -> SDK Tools Tab -> Android SDK Command Line Tools
59
+ 10.0
59
60
2 . Apply
60
61
4 . Install SDK 30:
61
62
1 . Tools -> SDK Manager -> SDK Platforms Tab -> Android 11.0 (R) SDK Level
@@ -99,8 +100,8 @@ architecture:
99
100
100
101
All Android projects utilize Gradle version 7.3.3 and JDK version 11.0.
101
102
102
- For developer using java 11 in MacOS, the JAVA
103
- can be configured as follows via ` sdkman ` :
103
+ For developer using java 11 in MacOS, the JAVA can be configured as follows via
104
+ ` sdkman ` :
104
105
105
106
```
106
107
sdk install java 11.0.26-tem
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ system. You can install it through the following command as root:
46
46
``` shell
47
47
sudo apt install default-jdk
48
48
```
49
+
49
50
Note: Current matter controller java app example needs java 8+.
50
51
51
52
You also need to install kotlin compiler on your Ubuntu system:
You can’t perform that action at this time.
0 commit comments