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
Please make sure your device is connected by running the below command.
adb devices -l
after that to get the android id of that device you can run the below command.
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"