Google says:
SDK Tools package is deprecated and no longer receiving updates. Instead, use the new Android SDK Command-Line tools package.
And it looks like SDK Tools package doesn't support anything after Android 34.
That is if I try to create Android 35 or Android 36 emulator image I get this error:
Warning: Unable to find a 'userdata.img' file for ABI x86_64 to copy into the AVD folder.
Error: AVD not created.
Basically starting from Android 35, system images doesn't contain userdata.img anymore.
Switching to https://aur.archlinux.org/packages/android-sdk-cmdline-tools-latest package instead it works fine.
So RIP SDK Tools.
Welcome Android SDK Command-line Tools :D
Pinned Comments
dreamingincode commented on 2020-03-11 07:51 (UTC) (edited on 2020-03-11 08:50 (UTC) by dreamingincode)
@benedikt
cmdline-tools should be a different package because it's installed at android-sdk/cmdline-tools/latest, not android-sdk/tools of this package. They show up as different packages in Android Studio SDK manager as well, and they can be installed side-by-side.
Update: The new package has been published at https://aur.archlinux.org/packages/android-sdk-cmdline-tools-latest/
dreamingincode commented on 2017-04-18 11:40 (UTC) (edited on 2017-04-19 07:28 (UTC) by dreamingincode)