Đơn giản là share file để tải build tools thui
- Đầu tiên tạo tệp .bat mới trong thư mục chứa BuildTools.jar
- Copy dòng lệnh sau vào
@echo off
set /p gitPath=Enter git bash path (Set blank to get default path): || set path="C:\Program Files (x86)\Git\bin"
set /p ver=Enter build version: || set...