Copy Android apps to computer without root

# The steps are easy to follow, just use the following commands in the terminal/command line adb shell pm list packages adb shell pm path com.example.app adb pull /data/app/com.example.app-2.apk
You can easily copy/extract Android apps (the apk file) to your computer without having a rooted device.

#android #adb #copy

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.