I am looking for the easiest way to get a unique android device identifier from both the Android adb and the Android ADK itself.
For example, when i use the adb \'devi
The Android serial number can be retreived within the device with getprop :
getprop ro.serialno
From Java, you may want to execute it with Runtime.exec()