码迷,mamicode.com
首页 > 数据库 > 详细

adb的使用

时间:2019-12-29 20:45:48      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:ESS   running   for   art   nec   模拟   配置文件   vbox   com   

1、adb连接模拟器

MuMu模拟器的配置文件是:MuMu\emulator\nemu\vms\myandrovm_vbox86\myandrovm_vbox86.nemu,

里面有adb连接时的IP和端口:<Forwarding name="ADB_PORT" proto="1" hostip="127.0.0.1" hostport="7555" guestport="5555"/>。

D:\Software\platform-tools>adb connect 127.0.0.1:7555

connected to 127.0.0.1:7555

D:\Software\platform-tools>adb devices

List of devices attached

127.0.0.1:7555  device

2、使用adb安装apk

D:\Software\platform-tools>adb install D:\apk\com.kingsoft_10.6_229.apk

Performing Push Install

D:\apk\com.kingsoft_10.6_229.apk: 1 fi.... 2.9 MB/s (42088567 bytes in 13.899s)

        pkg: /data/local/tmp/com.kingsoft_10.6_229.apk

Success

 

D:\Software\platform-tools>

3、使用adb关闭连接的模拟器

D:\Software\platform-tools>adb kill-server

D:\Software\platform-tools>adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached


D:\Software\platform-tools>

adb的使用

标签:ESS   running   for   art   nec   模拟   配置文件   vbox   com   

原文地址:https://www.cnblogs.com/wbz-blogs/p/12116154.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!