Is ue4 supports both arm and Intel in the same apk ?

Hi I am new to UE4 and I would like to ask if it supports both ARM and INTEL run times.

The other engine that I was using supported both in the same apl file.

Thanks

Hi cmvrgr,

For APK size reasons we write out separate ARM and x86 APKs instead of packaging the so’s in the some APK. It is possible to make an APK with both if you want by extracting the .so’s from the x86 APK (in the lib/x86 directory) and add them to the ARM APK and re-sign it manually.