Extract apk of an app from real device

Go to the terminal… check for the device if connected or not.

  1. adb shell pm list packages (it will get all app package names)
  2. adb shell pm path (it will get the path of mentioned package)
  3. adb pull (it will get the apk of app at your current directory)