---
title: "Cài đặt Windows Subsystem for Android windows 11"
description: "Cài đặt Windows Subsystem for Android windows 11."
date: "2021-10-21"
author:
  name: "Nguyen Pham"
  role: "Xin chào. Mình thích lập trình và công nghệ. Đây là blog mình chia sẻ lại các kiến thức về lập trình, công nghệ."
  avatar: "http://0.gravatar.com/avatar/6fb61398e24046b34e13870dd6c357b9?s=128&d=mm&r=g"
category: "Programming"
tags: ["Programming", "System", "Windows"]
coverImage: "https://2k1.org/wp-content/uploads/2021/10/image-1.png"
featured: false
readingTime: "1 min read"
---

## Yêu cầu hệ thông

- Windows 11 phiên bản beta  (Build 22000.xxx series builds)
- Cần có wsl

Cài đặt Windows Subsystem for Android

![](https://2k1.org/wp-content/uploads/2021/10/image-1-1024x548.png)

Mở chế độ Developer mod trên Windows Subsystem for Android

![](https://2k1.org/wp-content/uploads/2021/10/image-2-1024x551.png)

Sử dụng adb để cài đặt [`Aurora Store`](https://auroraoss.com/download/AuroraStore/)

![](https://2k1.org/wp-content/uploads/2021/10/image-3.png)

```
adb connect 127.0.0.1:58526
adb install AuroraStore_4.0.7.apk
```

Mở aurosa store và cài app bạn thích. Nó sẽ yêu cầu một số quyền chỉ cần cấp đầy đủ là được

![](https://2k1.org/wp-content/uploads/2021/10/image-4-1024x551.png)

Test game tải từ aurosa

![](https://2k1.org/wp-content/uploads/2021/10/image-5-1024x551.png)
