当前位置:网站首页>Pit & ADB wireless debugging of vivo real machine debugging
Pit & ADB wireless debugging of vivo real machine debugging
2022-07-03 08:22:00 【cuncaojin】
pit 1: Installation failed
Solution : In the engineering of gradle.properties Medium plus android.injected.testOnly=false
pit 2: Always enter a password to install
Solution :1. Developer options > 2. Default USB To configure > 3. choice MIDI
adb Debugging wireless debugging
Connect the phone IP( Default port 5555):adb connect 192.168.1.4:5555
If the wireless connection fails ,USB Connect the phone and then execute :adb tcpip 5555 , After the command succeeds, it can be disconnected USB Happy wireless debugging
Instructions
# connect.bat
adb tcpip 5555 && adb connect 192.168.1.4:5555
# con.bat
REM Usage method :con "4" or con 4 , The effect same as above (%~1 Remove the quotation marks ,%1 Quotation mark retention , Are the meaning of the first parameter of batch processing )
adb tcpip 5555 && adb connect 192.168.1.%~1:5555
Reference resources
边栏推荐
- Unity change default editor
- [K & R] Chinese Second Edition personal questions Chapter1
- E: Unable to locate package ROS melody desktop full
- Unity performance optimization
- go 解析身份证
- GIS实战应用案例100篇(七十八)-多规合一数据库设计及数据入库
- Un système de gestion de centre commercial pour la conception de cours de technologie d'application de base de données
- Maxcompute string splitting function -split_ PART
- Haproxy+kept cluster setup 02
- [set theory] order relation (the relation between elements of partial order set | comparable | strictly less than | covering | Haas diagram)
猜你喜欢

Mall management system of database application technology course design

数据的存储

简易入手《SOM神经网络》的本质与原理

matlab神经网络所有传递函数(激活函数)公式详解

Transplantation of freetype Library

Use of ue5 QRcode plug-in

php-fpm软件的安装+openresty高速缓存搭建

【云原生】微服务之Feign的介绍与使用

了解小程序的笔记 2022/7/3

Un système de gestion de centre commercial pour la conception de cours de technologie d'application de base de données
随机推荐
2021-10-19
redis集群系列四
796 · 开锁
Ilruntime learning - start from scratch
E: Unable to locate package ROS melody desktop full
Initial unity
UE4 call DLL
数据库应用技术课程设计之商城管理系统
Unity2019_ Natural ambient light_ Sky box
[cloud native] introduction and use of feign of microservices
Osgearth topographic shading map drawing
Redis data structure
[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel
String class
Installation of PHP FPM software +openresty cache construction
LinkList
Mall management system of database application technology course design
Maxcompute string splitting function -split_ PART
P1596 [USACO10OCT]Lake Counting S
Encoding and decoding of golang URL