question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Processor architecture version for Android

See original GitHub issue

Description

Using the react-native-device-info library, I would like to query for processor architecture version for Android. This can be achieved by invoking System.getProperty("os.arch");. Output example: armv8l armv7l

Use Case

This property would be useful for telemetry / analytics and for uniquely identifying the device.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
hemantasapkotacommented, Mar 21, 2019

closing this. thanks for all the help @mikehardy . you’re awesome.

0reactions
hemantasapkotacommented, Mar 20, 2019

sounds good. i’m on it…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Architectures and CPUs | Android NDK - Android Developers
This section explains how to target specific architectures and CPUs at build time, how to use ARM Neon extensions, and how the CPU...
Read more >
Check Android Phone's Processor - Is it ARM, ARM64, or x86?
As of now, there are three main CPU architectures used in Android smartphones – ARM, ARM64, and x86. Out of these three, ARM...
Read more >
How to Find Your Android Device's Info for Correct APK ...
Architecture : This is referring to the type of processor in your phone. Usually, the options will be arm, arm64, x86, and x86_64....
Read more >
How to See What Kind of Processor You Have (ARM, ARM64 ...
There are three main CPU architectures used in today's Android phones. ARM is perhaps the most common, as it's optimized for battery consumption ......
Read more >
How to Check Processor of Android phone (ARM, ARM64, x86)
Android supports three main CPU architectures: ARM, ARM64, and x86. ARM means the devices that are running a 32-bit operating system. ARM64 means...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found