# Quản Lý Giả Lập

Quản lý giả lập thường liên quan tới các lệnh như thêm, xóa, bật, tắt, sao lưu khôi phục giả lập.

1. **Tạo Mới**\
   `memuc create`\
   Lệnh này sẽ tạo mới 1 giả lập android nếu chúng ta thêm tham số phiên bản thì nó sẽ tạo giả lập theo phiên bản ví dụ `memuc create 44` (tạo mới giả lập hệ điều hành 4.4 Android Kitkat)
2. **Xóa**\
   \&#xNAN;*`memuc remove < -i | -n >`*\
   Lệnh này sẽ xóa 1 giả lập trong máy, chúng ta sẽ truyền vào id của giả lập trong danh sách hoặc tên của giả lập để xóa. Ví dụ để xóa giả lập có id là 2 ta dùng lệnh `memuc remove 2,` còn để xóa giả lập có tên là taiamk thì ta dùng lệnh `memuc remove taiamk`
3. **Sao Chép**\
   **memuc clone** \
   **Để sao chép thông tin (clone) từ giả lập này sang 1 giả lập mới ta dùng lệnh clone**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taiamk.pro/gia-lap-android/memu/quan-ly-gia-lap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
