Go to the terminal… check for the device if connected or not.
- adb shell pm list packages (it will get all app package names)
- adb shell pm path (it will get the path of mentioned package)
- adb pull (it will get the apk of app at your current directory)