Install wechat for Android Emulator

down load wechat apk

https://apps.evozi.com/apk-downloader/?id=com.tencent.mm
wechat.apk

copy apk to

C:\Users\lenger\AppData\Local\Android\Sdk\platform-tools>

install via adb.exe

1 start a emulator
2 cmd.exe
cd C:\Users\lenger\AppData\Local\Android\Sdk\platform-tools>
adb.exe install com.tencent.mm.apk
com.tencent.mm.apk: 1 file pushed. 60.5 MB/s (42637973 bytes in 0.672s)
pkg: /data/local/tmp/com.tencent.mm.apk
Failure [INSTALL_FAILED_NO_MATCHING_ABIS]

It seems like we should use a armv7 emulator, but that has 10x slower on x86 host.
armeabi

adb.exe devices
adb.exe -s emulator install xxx.apk

Comments

Popular posts from this blog

How to fix error : no module named sendgrid when try to use sendgrid python lib in PHP.

react-native run-android : sun.security.provider.cert path.SunCertPathBuilderException : unable to find valid certification path to req uested target

react-native run-android : do not build/update modified code(App.js)