Skip to content

Commit 483ee8a

Browse files
committed
Update readme files
1 parent e42bdbb commit 483ee8a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ See [windows workflow guide](https://github.com/axis-project/axis/issues/564)
105105
2. When starting Android Studio for the first time, It will guide you to install the SDK and other tools, just install them
106106
3. Start Android and choose [Open an existing Android Studio Project] and select ```axis\tests\cpp-tests\proj.android```
107107
4. Start Android Studio and Open [Tools][SDKManager], then switch to ```SDK Tools```, check the ```Show Package Details```, choose the following tools and click the button ```Apply``` to install them:
108-
* Android SDK Platform 29 r5
109-
* Android SDK Build-Tools 29.0.2
108+
* Android SDK Platform 33
109+
* Android Grandle Plugin (AGP) 7.2.0
110+
* Android SDK Build-Tools 30.0.3 match with AGP
111+
* Gradle 7.4.2
110112
* NDK r23c+
111-
* CMake 3.10+
113+
* CMake 3.22.1+
112114
5. Wait for ```Gradle sync``` finish.
113115
6. Note: If you use non-sdk provided CMake edition, you will need to download ```ninja``` from https://github.com/ninja-build/ninja/releases, and copy ```ninja.exe``` to cmake's bin directory
114116

README_CN.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@
7171
2. 第一次启动Android Studio, 会引导安装一些工具,默认安装即可,如果不需要模拟器可以把```Virutal Device```勾选去掉
7272
2. 启动 Android Studio并打开axis\tests\cpp-tests\proj.android
7373
3. 通过 [Tools][SdkManagers] 打开sdk管理工具,选择如下SDK Platforms和SDK Tools后, 点击按钮 ```Apply``` 一路跟着引导安装即可:
74-
* Android SDK Platform 29 r5 (在SDK Platforms页签)
75-
* Android SDK Build-Tools 29.0.2
74+
* Android SDK Platform 33 (在SDK Platforms页签)
75+
* Android Gradle Plugin (AGP) 7.2.0
76+
* Android SDK Build-Tools 30.0.3 和 AGP 版本对应
77+
* Gradle 7.4.2
7678
* NDK r23c+
77-
* CMake 3.10+
79+
* CMake 3.22.1+
7880

7981
5. 等待Gradle sync完成后,Build APKs,安装运行
8082
6. 如果使用非sdk自动安装的CMake版本, 需要下载[ninja](https://github.com/ninja-build/ninja/releases), 并且拷贝```ninja.exe```到CMake的bin目录

0 commit comments

Comments
 (0)