Last active
March 5, 2023 15:04
-
-
Save BillKek/ec1947cc50faff8165fda3de82ba593d to your computer and use it in GitHub Desktop.
RADStudio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Установка и скачка андроидовых тулзов идёт через java. Скрипты для скачки из так называемого Интернета, и для установки запускаются из папки: | |
`....RADStudio22Catalog\AndroidSDK-2525-22.0.45591.0253\cmdline-tools\latest\bin\` | |
Там лежат батнички. | |
Там вбиваете: | |
`sdkmanager "build-tools;30.0.3"` | |
`sdkmanager "platform-tools"` | |
`sdkmanager "platforms;android-30"` | |
и готово. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment