
A week ago, the next version of the
Apportable SDK platform with a remarkable number 1.1.11 was released. But even more remarkable in it is different. For those who do not know, Apportable SDK is a rather interesting tool that allows you to build Android applications from C ++ or Objective-C code, originally written for iOS. Obviously, Apportable SDK is most in demand for creating cross-platform games. The SDK supports a variety of game engines, and the resulting application is 100% native, not requiring any additional environments or emulations.
So, starting with version 1.1.11, using the Apportable SDK, you can create applications for the x86 architecture. To generate the x86 version of the application when building, you must use the
TARGET_ARCH_ABI = x86 flag.