lzhiyong / android-sdk-tools

building android-sdk tools for Android
Apache License 2.0
387 stars 66 forks source link

android command line #41

Open zuck43 opened 1 month ago

zuck43 commented 1 month ago

hey i need android command line can i use the Linux version of command line with this sdk our not here the link https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip

lzhiyong commented 1 month ago

yes, you can use the cmdline-tools/bin/sdkmanager to install the build-tools, platform-tools etc.

but you still need to replace them, since these binaries are for x84_64 architecture not aarch64