You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ Open [APPENDIX.md](APPENDIX.md) for additional information and see [Milestones](
99
99
See [windows workflow guide](https://github.com/axis-project/axis/issues/564)
100
100
101
101
#### Android
102
+
103
+
##### With Android Studio
102
104
1. Install Android Studio 2021.1.1+
103
105
2. When starting Android Studio for the first time, It will guide you to install the SDK and other tools, just install them
104
106
3. Start Android and choose [Open an existing Android Studio Project] and select ```axis\tests\cpp-tests\proj.android```
@@ -109,6 +111,21 @@ See [windows workflow guide](https://github.com/axis-project/axis/issues/564)
109
111
* CMake 3.10+
110
112
5. Wait for ```Gradle sync``` finish.
111
113
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
114
+
115
+
##### Without Android Studio
116
+
1. Download command-tools from https://developer.android.com/studio#command-tools
117
+
2. Install Android devtools (for example in windows)
0 commit comments