Shahiryar Arif
Shahiryar Arif

Reputation: 69

Does x86_64 image of the emulator run faster as compare to x86 on 64 bit systems?

I wanted to know if x86_64 images are for 64bit systems

OR

Is there any other advantage to use these x86_64 android emulator images over x84 images?

Upvotes: 6

Views: 3856

Answers (2)

Kurt Huwig
Kurt Huwig

Reputation: 1023

x86_64 images run only on 64 bit machines, while the x86 images run on both 32 and 64 bit machines.

Other than that, I've measured it and x86 is 10% faster than x86_64 on the same 64 bit machine:

https://www.huwig.de/de/2021/01/07/android-emulator-x86-ist-10-schneller-als-x86_64/

So using the x86_64 allows you to verify that your app works fine on the 64 bit images. If you don't need to test that, I recommend to use the x86 image for now.

Upvotes: 7

bowman han
bowman han

Reputation: 1135

x86_64 runs in the same level compare to x86 image, they are both native to the CPU, both in the hareware virtual technology accelation

Using x86 android images run as fast as ten times or more than arm images, the cpu benchmark will run as fast as native hardware but GPU performance is not very good

the only advantage is you can run your application faster

Upvotes: -4

Related Questions