当前位置:网站首页>ADB control installation simulator
ADB control installation simulator
2022-06-12 14:29:00 【zz891422822】
download sdk
http://tools.android-studio.org/index.php/sdk
Check 3+1+2 individual ..... Omit 1000 A word
Need to replace adb.exe Wait for three files to go to the night God simulator And copy adb.exe by nox_adb.exe
Connect to the night God Simulator
adb connect 127.0.0.1:62001
adb connect 127.0.0.1:62025
adb connect 127.0.0.1:62026 Each subsequent port number +1
View the connected emulators
adb divice/adb divices Super is often invalid. No processing method has been found yet, but it can be used normally
C:\Windows\system32>adb devices
List of devices attached
127.0.0.1:62001 device
127.0.0.1:62025 device
adb nodaemon server Cancel port occupation
netstat -ano | findstr “5037” As you can see, yes PID by 12260 The process of
tasklist | findstr “15968”
taskkill /f /pid 15968
Connect to the designated installation system
adb shell
adb -s 127.0.0.1:62001 shell
Install the software
adb install “app Absolute path ”
Overlay installation
adb install -r “app Absolute path ”
Specify simulator installation
adb -s ip:post “app Absolute path ” If an error is reported during the installation process, you can cd /data chmod 777 local
screenshots
adb shell screencap -p /sdcard/123.png
adb pull < Mobile path > < Native path > Pull information from your mobile phone to your local computer
Download the file adb pull /sdcard/123.png c:/360Safe Download screenshots to your computer
adb push < Native path > < Mobile path > Push information from local computer to mobile phone
Send a file adb push c:/360Safe/222.png /sdcard/
边栏推荐
- Unhandled exception stack overflow
- 浅谈中国程序员为什么要跳槽?
- 面向优化科学研究领域的软件包
- What is automatic bidding? What are its advantages?
- Lua callinfo structure, stkid structure resolution
- Leetcode 2176. 统计数组中相等且可以被整除的数对
- Player practice 17 xvideowidget
- Player practice 11 audio resampling
- Perfect ending | detailed explanation of the implementation principle of go Distributed Link Tracking
- Why do Chinese programmers change jobs?
猜你喜欢

ADB command (2) use monkey to test

chapter19 Allocation

Huawei equipment is configured with H virtual private network

Unit test (I) unit test with JUnit

Reverse order of Excel

Leetcode 2176. Count equal and divisible pairs in an array
![[early knowledge of activities] list of recent activities of livevideostack](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[early knowledge of activities] list of recent activities of livevideostack

In C language, the main function calls another function, which is understood by assembly code

TestEngine with ID ‘junit-vintage‘ failed to discover tests

Des File Encryptor based on MFC framework
随机推荐
Communication flow analysis
Notepad common settings
测试工程师如何转型测开
QT multi thread drawing and real-time refreshing method
SystemC:SC_ Thread and SC_ METHOD
Lua callinfo structure, stkid structure resolution
【OCR】AspriseOCR C# 英文、數字識別(中文不行)
Codeforces Round #798 (Div. 2)(A~D)
Configuring OSPF pseudo connection for Huawei devices
新技术:高效的自监督视觉预训练,局部遮挡再也不用担心!
[early knowledge of activities] list of recent activities of livevideostack
Shell脚本到底是什么高大上的技术吗?
Two methods of implementing asynchronous calling function with QT
Tool notes - common custom tool classes (regular, random, etc.)
SystemC time
QA of some high frequency problems in oauth2 learning
高考回憶錄
Two methods of QT using threads
【MySQL】数据库基本操作
To SystemC Beginners: the first program