0

My app is affected by a bug that is only present on certain builds of Android. Unfortunately, the bug is missing from the emulator images that are currently available through SDK Manager.

For example, I have revision 8 of the Android 10 emulator image installed, but the bug might only be present on revision 4.

How can I install an older revision of one of the emulator images, such as revision 4 of the Android 10 image?

Sam
  • 40,644
  • 36
  • 176
  • 219

1 Answers1

1

I've used this page or this one to download the images, it's not official but works; i've used in the past.

Here is how to install them.

javdromero
  • 1,850
  • 2
  • 11
  • 19
  • 1
    Thanks! Looks like you can also copy the download links URLs from that page, such as https://dl.google.com/android/repository/sys-img/google_apis/x86-R_r01.zip or https://dl.google.com/android/repository/sys-img/google_apis/x86-30_r05.zip, and tweak the revision numbers to get the exact revision needed – Sam Mar 08 '21 at 00:23
  • Nice, I didn't know that. – javdromero Mar 08 '21 at 00:37