How to install the old version of WeChat, the version is too low, please upgrade to the latest version

1. First install the latest version of WeChat and log in.

2. Use the cmd command line to save user data and uninstall the application:

adb shell pm uninstall -k com.tencent.mm

3. Use the cmd command to install the old version apk (followed by the installation package path):

adb install -r -d

4. Log in your WeChat account on the old version.

If the above method does not work, refer to the following method

https://www.cnblogs.com/JOUO4/p/9976939.html

Guess you like

Origin blog.csdn.net/jonepjxh/article/details/104515585