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?

Yaya
  • 4,402
  • 4
  • 19
  • 43

1 Answers1

13

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,591
  • 1
  • 22
  • 40
sidrao2006
  • 1,228
  • 2
  • 10
  • 32
  • 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