Skip to content

Instantly share code, notes, and snippets.

第一步

首先执行

create_root_cert_and_key.sh

openssl会询问如下内容:

Country Name (2 letter code) [AU]:CN
@cld4h
cld4h / android-backup-apk-and-datas.md
Created April 24, 2022 13:36 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

Fetch application APK