前提条件
已经正确开启了虚拟化,可自行查找开启
下载
进入该网址,是不登陆下载微软应用的方法
Microsoft Store - Generation Project (v1.2.3) [by @rgadguard & mkuba50]https://store.rg-adguard.net/
复制下面链接,输入上面网址
Microsoft AppsWindows Subsystem for Android™https://www.microsoft.com/store/productId/9P3395VX91NR
下载最后一个即可
安装系统
使用管理员身份进入Shell,Add-AppPackage安装刚下载的包
此时已经安装完成,Win可看到
安装软件
默认会安装亚马逊应用商店,这里面可以安装应用,但是需要账号;这里介绍另一种安装方式,使用开发模式然后用adb进行安装,这种方法可以安装任意apk
首先进行设置,打开开发模式,
点击 管理开发人员设置,让系统开启
下载ADB
https://dl.google.com/android/repository/platform-tools-latest-windows.ziphttps://dl.google.com/android/repository/platform-tools-latest-windows.zip返回设置,此时可看到IP和端口,通过ADB可以进行连接
进行连接
adb connect 127.0.0.1:58526
进行安装
adb install *.apk
完成,Win里面打开,或应用中打开