I have installed anbox.
anbox version
anbox 0.0~git20181014-1~bpo9+1-Debian
Have a try to install an apk after downloading weixin7013android1640.apk.
adb install weixin7013android1640.apk
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: no devices/emulators found
Why no emulator found in my os?How to fix it?
Do as @A.B suggested to follow official manual:
official manual
sudo wget https://build.anbox.io/android-images/2018/07/19/android_amd64.img -o /var/lib/anbox/android.img
sudo systemctl start anbox-container-manager.service
sudo systemctl status anbox-container-manager.service
anbox-container-manager.service - Anbox Container Manager
Loaded: loaded (/lib/systemd/system/anbox-container-manager.service; enabled;
Active: active (running) since
systemctl --user start anbox-session-manager.service
systemctl --user status anbox-session-manager.service
anbox-session-manager.service - Anbox Session Manager
Loaded: loaded (/usr/lib/systemd/user/anbox-session-manager.service; disabled; vendor preset: enabled)
Active: active (running) since
Try it with one sample apk.
wget https://f-droid.org/FDroid.apk
adb install FDroid.apk
Success.
Now it is time to install the weixin apk.
adb install weixin7013android1640.apk
Failed to install weixin7013android1640.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
Please download the weixin apk from download weixin apk to install with adb in your debian
https://dldir1.qq.com/weixin/android/weixin7013android1640.apk
Every coder here install the weixin7013android1640.apk successfully with adb command on your debian,please paste all your steps ,i install it successfully following your steps ,then get 500 points for the issue.