5

I am unable to download android emulator using Android Studio due to filtering.
So how can I download the emulator without Android Studio? Is there any website to do so?

Yahya Parvar
  • 3,094
  • 3
  • 10
  • 33

1 Answers1

12

Yes, you can download the android sdk without Android Studio

Check out the downloads page.

Links to Android SDK latest version -

Windows - https://dl.google.com/android/repository/commandlinetools-win-6609375_latest.zip

Mac - https://dl.google.com/android/repository/commandlinetools-mac-6609375_latest.zip

Linux - https://dl.google.com/android/repository/commandlinetools-linux-6609375_latest.zip

From Stack overflow answer

Link to Emulator -

32-bit

MacOS - https://dl.google.com/android/repository/emulator-darwin-6855416.zip

Windows - https://dl.google.com/android/repository/emulator-windows-6855416.zip

Linux - https://dl.google.com/android/repository/emulator-linux-6855416.zip

64-bit

MacOS - https://dl.google.com/android/repository/emulator-darwin-6885378.zip

Windows - https://dl.google.com/android/repository/emulator-windows-6885378.zip

Linux - https://dl.google.com/android/repository/emulator-linux-6885378.zip

Note: These are the latest version of android emulators - 30.1.5

Jonas Borggren
  • 2,512
  • 1
  • 20
  • 39
sidrao2006
  • 1,070
  • 1
  • 8
  • 28
  • This worked for me. The only thing is that the links listed under "64-bit" are actually for version 30.2.2, while the links listed under "32-bit" are for version 30.1.5 – Alma Oct 17 '20 at 08:55