Starting with the unity4.6 version , Unity has built the Android support for the x86 platform , while also supporting the universal binary (common binary as the default compilation option).
As we all know, the mainstream Android devices currently on the market are mainly armeabi,armeabiv7a and x86 platforms, the support of independent CPU platform is helpful to the operation and optimization of the program on the platform. Here's a quick introduction to how to configure.
1. Open the Unity Project
2. Click File->build Settings on the Unity menu bar
3Select Android in the pop-up settings box, then click "Player Setting"
4. In the Inspector view of the other settings box, you can find device Filter, select x86, then finally build out the x86 platform APK package, Unity Android Configuration and the previous version is exactly the same, here will not repeat it.
In this way, we have completed the configuration of the Unity for Android x86 platform, and if you want to support both the x86 and Armeabi platforms , select in device filter ( FAT AR mv7+x86).
How to configure Android X86 platform in Unity