how can i get android device hardware info like CPU arch, speed, neon, GPU , name, manufacturer, RAM size. i hope there is a way to do that natively using ndk , but if it is possible only by java code than how to do that.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to user Build class for your requirement. The Build class will provide you information like Android Version, Display, Manufacture etc.
Also visit this example.