#Find the device
adb devices
#Find the package
adb shell pm list packages | grep ro.len
#Find the apk path
adb shell pm path ro.len.test
#Pull the package
adb pull /data/app/ro.len.test-3.apk