Nothing Special   »   [go: up one dir, main page]

0% found this document useful (0 votes)
14 views1 page

Tập lệnh

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 1

1. dism.

exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-


Linux /all /norestart

2. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all


/norestart

3. https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

4. wsl --set-default-version 2

5. sudo apt update

6. sudo apt install python3-pip

7. pip3 install --user --upgrade buildozer

8. sudo apt install -y git zip unzip openjdk-13-jdk python3-pip autoconf libtool
pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev
libssl-dev

9. pip3 install --user --upgrade Cython==0.29.19 virtualenv

10. export PATH=$PATH:~/.local/bin/

11. sudo apt install adb

12. buildozer init

13. ./adb start-server

14. ./adb devices

15. sudo mount -t drvfs D: /mnt/d -o metadata

16. buildozer -y android debug

You might also like