Sam
Sam

Reputation: 42377

How can I install an old emulator image?

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?

Upvotes: 0

Views: 688

Answers (1)

javdromero
javdromero

Reputation: 1937

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.

Upvotes: 1

Related Questions