当前位置:网站首页>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/
边栏推荐
- C secret script Chapter 3 (detailed explanation of string function) (Section 1)
- Player practice 11 audio resampling
- JMeter (V) pressure test of Excel file upload interface
- Vs2012: cannot assign a value of type 'char *' to an entity of type 'lpwstr'
- Sorting out the differences between ABS () and Fabs () in C language
- Player practice 19 xaudio turn on audio
- [MySQL] basic database operation
- QA of some high frequency problems in oauth2 learning
- 华为设备配置OSPF伪连接
- String concatenation and ternary operators
猜你喜欢

ADB command (2) use monkey to test

The original Xiaoyuan personal blog project that has been around for a month is open source (the blog has basic functions, including background management)

Implementation and debug of process hiding under x64

C secret arts script Chapter 5 (paragraph) (Section 3)

Program analysis and Optimization - 6 loop optimization

Leetcode 2176. 统计数组中相等且可以被整除的数对

Write policy of cache
![[early knowledge of activities] list of recent activities of livevideostack](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[early knowledge of activities] list of recent activities of livevideostack

华为设备配置H虚拟专用网

chapter19 Allocation
随机推荐
Communication flow analysis
Player actual combat 22 to solve the problems of flower screen and Caton
Getting started alicloud haas510 open board DTU (version 2.0) --510-as
Visual positioning guidance system for industrial manipulator (robot)
Common DOS commands
华为设备配置H虚拟专用网
Player actual combat 16 xdecode class
Tlm/systemc: TLM socket binding problem
Conversion of player's actual 10 pixel format and size
Xshell (I) is missing mfc110u DLL file resolution
测试工程师如何转型测开
Word insert picture blocked by text
PostgreSQL14安装使用教程
The difference between parameter and argument in C language
JS (I) error [err\u module\u not\u found]: cannot find package 'UUID' imported
完美收官|详解 Go 分布式链路追踪实现原理
Player actual combat 25 unpacking module add close
How test engineers transform test and open
Two methods of implementing asynchronous calling function with QT
And, or, not equal, operator