Jump to content
  • 0

How to check 32bit or 64bit device?


swhoanglenin

Question

3 answers to this question

Recommended Posts

Download an app called sd maid (in the app store) then open the app

click overview then click the green circle button once its done scanning you should see categories with dropdown menus

click "Device" category drop down menu arrow

look for architechture 

if it says arm64-v8a first then its arm64

if its arm32-v7a first then its arm32

for me mines say arm64-v8a armeabi-v7 armeabi

depending on your device it should be different or the same

Link to comment
Share on other sites

23 minutes ago, MarioRossi93i said:
local info = gg.getTargetInfo()
if info.x64 then
  print("Device is 64bit")
else
  print("Device is 32bit")
end

here lua script sample

The code is for determining whether chosen process is 32-bit or 64-bit, not the device. There can be 32-bit processes on 64-bit devices.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.