GetVersion() with Android x64

Discuss any general programming issues here
Post Reply
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

GetVersion() with Android x64

Post by PEB »

Is there a way to use GetVersion(), or a different function, to determine if the Android app is compiled for x64?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: GetVersion() with Android x64

Post by airsoftsoftwair »

Sure, the CPU field will be set to "arm64" on a 64-bit ARM system.
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: GetVersion() with Android x64

Post by PEB »

Perfect, thanks!
(That should probably be added to the documentation.)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: GetVersion() with Android x64

Post 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.
Post Reply