Hi,
It is not clear what do you mean by ARM translator, but if you are currently creating Android applications with native code (C, C++) you should be looking for information on how to build the application for each of the platforms you want to support either using a fat binary or creating specific apks for each platform.
As a reference you can look into this articles here on IDZ
- https://software.intel.com/en-us/android/articles/android-ndk-for-intel-architecture
- https://software.intel.com/en-us/videos/building-ndk-apps-with-android-studio
Kind Regards