I use this Link for add gitlab CI in my android project. The CI work but I don't understand this part :
ANDROID_SDK_TOOLS: "4333796"
In the tutorial, android SDK tool is the last version available.
ANDROID_SDK_TOOLS is a little funny. It's what version of the command line tools we're going to download from the official site. So, that number really just comes from the latest version available there.
Installing packages.
But when click on the link, they send me in android studio download page.
How can i find the version code to put here ? Is it important to change it ?
I also tried with sdkmanager.bar --list in SDK > tool > bin directory
ERROR: JAVA_HOME is set to an invalid directory: D:SoftwareJDKopenjdk-15_windows-x64_binjdk-15in
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.
question from:
https://stackoverflow.com/questions/66066558/gitlab-ci-android-sdk-tools 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…