当前位置: 首页 > 系统文章

开发人员在Windows11上运行Google Play商店(附详细方法)

时间:2021-10-25     来源:win10官网     游览量:

  开发人员在Windows11上运行Google Play商店(附详细方法)

  微软已经开始测试适用于 Windows 11 的 Android 子系统,现在可以从亚马逊 AppStore 下载有限数量的用户。Android 应用程序在 Windows 11 上的可用性在很大程度上取决于 Amazon Appstore 中发布的项目,但您可以旁加载 APK甚至运行 Play 商店。

  开发人员ADeltaX现在已成功通过更改 Android 的 Windows 子系统来解锁对 Google Play 商店的支持。Play Store hack 对初学者不友好,它通过登录支持同时支持 Google Play 服务和 Google Play 商店。

  这种方法可以为在 Windows 11 上安装任何 Android 应用程序铺平道路,基于 Google Play 服务的应用程序也可以使用。该脚本托管在Github 上,但它目前不适合初学者使用,除非您确切地知道需要做什么,否则最好远离黑客。

  在 Windows 11 上运行 Play 商店

  首先,您需要从这里下载适用于 Android 的 Windows 子系统,安装适用于 Linux 的 Windows 子系统 (2),并从 Microsoft Store 下载 Ubuntu。

  最后,在 Ubuntu 终端中运行以下命令:

  • sudo apt-get update

  • sudo apt install unzip lzip

  前往 OpenGApps 并使用以下配置创建一个包:

  • Platform: x86_64.

  • OS: Android: 11.

  • Variant: Pico on OpenGApps

  下载 7Zip 并提取适用于 Android 的 Windows 子系统的 .msixbundle 并找到与您的体系结构/设备语言兼容的 msixbundle。将第二个 msixbundle 解压缩到另一个文件夹并删除这些文件 appxblockmap、appxsignature、content_types 和 appxmetadata。

  在 Ubuntu 终端中,运行以下命令

  git clone https://github.com/ADeltaX/WSAGAScript

  cd WSAGAScript/\#IMAGES

  mv /mnt/path-to-extracted-msix/*.img .

  cd ../\#GAPPS

  cp /mnt/path-to-downloaded-gapps/*.zip .

  上述命令将下载运行 WSAGA 脚本所需的文件。在命令中,WSL 会在 /mnt/ 之后遵循与 Windows 相同的路径,但请确保驱动器号正确。例如,/mnt/c/users 将是 c:\users 文件夹。

  运行上述命令后,运行脚本的可执行权限

  cd..

  sudo chmod +x extract_gapps_pico.sh

  sudo chmod +x extend_and_mount_images.sh

  sudo chmod +x apply.sh

  sudo chmod +x unmount_images.sh

  现在使用命令“pwd”更改 VARIABLES.sh 中的根目录并记下输出。运行以下命令,其中 VARIABLES 将是上一个命令 (pwd) 的输出:

  nano VARIABLES.sh

  最后,运行以下命令:

  sudo ./extract_gapps_pico.sh

  sudo ./extend_and_mount_images.sh

  sudo ./apply.sh

  sudo ./unmount_images.sh

  要复制修改后的 WSA 映像,请运行以下命令:

  cd \#IMAGES

  cp *.img /mnt/path-to-extracted-msix/

  如果您正确地按照上述步骤操作,您应该能够注册修改后的图像。要进行注册,请在 WSA 中启用开发人员模式并运行Add-AppxPackage -Register path-to-extracted-msix\AppxManifest.xml

  适用于 Android 的 Windows 子系统现在将为 Play 商店安装所需的应用程序和文件。

  要使用您的 Google 帐户登录,请从 Github 复制内核文件并替换解压缩的 msix 的工具文件夹中的内核文件(WSA 不应在后台运行)。

  完成后,输入adb shell并运行以下命令

  su

  setenforce 0

  虽然有说明,但不适合初学者,最好等待第三方工具自动完成整个过程。

  微软正与亚马逊正式合作以改善对 Windows 11 的 Android 应用程序支持,但亚马逊何时可以为桌面操作系统带来更多应用程序尚无预计时间。

返回网站首页
60

上一篇:如何在Windows11中更改任务栏颜色


下一篇:如何在没有Insider程序的情况下在Win11上旁加载Android应用程序

最新系统下载