CPU | 1 core arm64 |
Memory | 512M |
Disk | 32G |
Operating System | Linux/Android |
Can be expanded on demand according to business needs
CPU | 2 core arm64 |
Memory | 2G |
Disk | 128G |
Operating System | Linux/Android |
ADB, the full name of Android Debug Bridge, is a command-line debugging tool for Android.
List all connected devices
adb devices
Copy local files to device
adb push <local file path> <device file path>
Copy local files to device
adb pull <device file path> <local file path>
Enter the device shell environment
adb shell
The download system is the product whose Linux architecture is arm64, and copy it to the bin directory. Download address
Connect your device to your computer using USB/Type-C
adb push yao-0.10.1-linux-arm64 /usr/bin/yao
Run adb shell locally, enter the device to configure
adb shell
Run on device, add executable permission
chmod +x /usr/bin/yaoyao version
Other configuration references Installing and deploying documents on cloud hosts/physical machines
CPU | 1 core arm64 |
Memory | 512M |
Disk | 32G |
Operating System | Linux/Android |
Can be expanded on demand according to business needs
CPU | 2 core arm64 |
Memory | 2G |
Disk | 128G |
Operating System | Linux/Android |
ADB, the full name of Android Debug Bridge, is a command-line debugging tool for Android.
List all connected devices
adb devices
Copy local files to device
adb push <local file path> <device file path>
Copy local files to device
adb pull <device file path> <local file path>
Enter the device shell environment
adb shell
The download system is the product whose Linux architecture is arm64, and copy it to the bin directory. Download address
Connect your device to your computer using USB/Type-C
adb push yao-0.10.1-linux-arm64 /usr/bin/yao
Run adb shell locally, enter the device to configure
adb shell
Run on device, add executable permission
chmod +x /usr/bin/yaoyao version
Other configuration references Installing and deploying documents on cloud hosts/physical machines