내 Debian에 WeChat APK를 설치할 수 없는 이유는 무엇입니까?

내 Debian에 WeChat APK를 설치할 수 없는 이유는 무엇입니까?

앤박스를 설치했습니다.

anbox version
anbox 0.0~git20181014-1~bpo9+1-Debian

다운로드 후 apk를 설치해 보세요 weixin7013android1640.apk.

adb install  weixin7013android1640.apk
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: no devices/emulators found

운영 체제에서 에뮬레이터를 찾을 수 없는 이유는 무엇입니까? 어떻게 고치나요? @AB가 제안한 공식 매뉴얼을 따르십시오.
공식 매뉴얼

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

샘플 APK로 사용해 보세요.

  wget https://f-droid.org/FDroid.apk
  adb install FDroid.apk

여기에 이미지 설명을 입력하세요. 성공.
이제 WeChat APK를 설치할 차례입니다.

adb install  weixin7013android1640.apk       
Failed to install weixin7013android1640.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

다음 위치에서 WeChat APK를 다운로드하세요. weixin apk를 다운로드하고 adb를 사용하여 데비안에 설치하세요.

https://dldir1.qq.com/weixin/android/weixin7013android1640.apk

여기에 있는 모든 코더는 weixin7013android1640.apk데비안에서 adb 명령을 사용하여 성공적으로 설치되었습니다. 모든 단계를 붙여넣으세요. 단계를 따라 성공적으로 설치한 다음 이 질문에 대해 500점을 얻으세요.

답변1

먼저, Anbox를 설치하신 후 시스템을 다시 시작하셨나요?

먼저 부팅해야 합니다 anbox-container-manager.service. 다음 방법으로 이를 수행할 수 있습니다.

systemctl start anbox-container-manager.service

이를 위해서는 일부 DKMS 모듈이 필요합니다. 따라서 서비스를 시작하기 전에 로드하세요.

# modprobe ashmem_linux
# modprobe binder_linux

Anbox 서비스를 시작하기 전에 이러한 파일을 로드하지 않으면 시스템이 다시 시작되어 해당 파일을 얻으려고 시도합니다. 이제 활성화하기 전에 더 많은 서비스를 시작해야 합니다 anbox-container-manager.service.

다음으로 서비스를 시작하세요 systemd-networkd-

systemctl start systemd-networkd

anbox-container-manager.service마지막으로 adb를 사용하여 APK를 시작하고 설치할 수 있습니다.

답변2

설치가 완료된 후상자응용 프로그램을 실행해야 합니다. 아니면 실행하는 것이 더 좋습니다.제공하다그리고 그것을로드기준 치수.
이 가이드를 참조할 수 있습니다.[1]출발점으로.


[1] https://wiki.archlinux.org/index.php/Anbox#Installation

관련 정보