Setup dev env: Android CLI tools docs and Valdi CLI improvements#3
Setup dev env: Android CLI tools docs and Valdi CLI improvements#3busybox11 wants to merge 3 commits intoSnapchat:mainfrom
Conversation
|
This assumes manual Android Studio setup is required. In theory only the Those could be removed from the guide, lmk if I should add this as well - or if the manual Android Studio part should be removed instead, which could be a little more flaky. Went for the simplest option for now. |
|
|
||
| Install ndk version **25.2.9519653** | ||
|
|
||
| Install the latest version of **Android SDK Command-line Tools** |
|
👍🏼 |
|
Thanks for this cleanup — it’s a useful simplification and I appreciate moving away from brittle downloads. Before we can approve, please address the following changes:
After these are addressed I’ll re-review. Thanks for the contribution — nice work so far. |
Since devs will need to setup some parts of the Android SDK themselves beforehand, as instructed in the MacOS and Linux setup guide, this PR adds a notice to install the latest Android SDK CLI Tools from the SDK Manager as well.
This PR also removes the manual download, unzip, copy and handling of the
sdkmanager, but rather assumes the user has followed the setup guide and installed the tools from SDK Manager.Fixes #1