My device id is : 358313044737548
and
My android id is : 4e4c5141b7cb261e
can some one please explain the difference between these two and the purpose of each?
Thanks
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.
Device ID refers to the serial number — A string created by adb to uniquely identify an emulator/device instance by its console port number. The format of the serial number is -. Here’s an example serial number: emulator-5554
Android ID is 64-bit number (as a hex string) that is randomly generated on the device’s first boot and should remain constant for the lifetime of the device.