1

Some time ago I have posted the question why most of games from google market do not execute on android x86?. I tested a lot of games on Virtual Box version of android x86 and they did not run. Yesterday I toke megafon mint ( android version 2.3, intel Atom). And there was all games was run, even those which was not run on VB. Why is it ?

Community
  • 1
  • 1
user3533019
  • 193
  • 1
  • 2
  • 9

1 Answers1

0

Consumer devices running on Intel platforms all are able to execute arm code thanks to a "NDK apps bridging technology". The Megafon Mint was one of the first devices available. This technology has improved a lot since then. Now the overhead of this is quite low and it can execute armv7 instructions.

ph0b
  • 14,353
  • 4
  • 43
  • 41