Android Question Detect x86 CPU?

aidymp

Well-Known Member
Licensed User
Longtime User
Hi my app works on all devices, but I need to install a 3rd party app as part of my app, the app comes in arm and x86 versions, arm wont install on x86 so how can I detect that??

Thanks

Aidy

--- EDIT it appears the MFlib. MF_Info.SystemArchitecture As String Returns the system architecture. works "i686" on emulator, "arm" on tablet!
 
Last edited:
Top