Page 1 of 1

GetVersion() with Android x64

Posted: Fri Aug 31, 2018 4:50 am
by PEB
Is there a way to use GetVersion(), or a different function, to determine if the Android app is compiled for x64?

Re: GetVersion() with Android x64

Posted: Fri Aug 31, 2018 3:28 pm
by airsoftsoftwair
Sure, the CPU field will be set to "arm64" on a 64-bit ARM system.

Re: GetVersion() with Android x64

Posted: Sat Sep 01, 2018 4:24 am
by PEB
Perfect, thanks!
(That should probably be added to the documentation.)

Re: GetVersion() with Android x64

Posted: Sat Sep 01, 2018 1:03 pm
by airsoftsoftwair
Oops, right, it was missing in the manual. I've also added that CPU will be set to "x64" on Intel 64-bit CPUs which was missing as well.