【sonic】安装配置sonic及接入设备

1、效果图

 

 

2、安装java15及以上版本并配置环境变量

添加JAVA_HOME变量

 

 添加CLASSPATH

 

 添加path

https://blog.csdn.net/weixin_54557847/article/details/125091817

 

3、安装Android SDK并配置环境变量

添加ANDROID_HOME

 

 添加path

https://blog.csdn.net/weixin_52358204/article/details/125964811

 

4、安装下载chromedriver

https://registry.npmmirror.com/binary.html?path=chromedriver/

配置就是加到环境变量里

 

 

5、安装python

https://blog.csdn.net/m0_47971659/article/details/111252501

 

 

6、安装node

https://www.runoob.com/nodejs/nodejs-install-setup.html

 

7、安装appnium

没装的话会提示安装

npm i -g appium

 

8、安装adbkit

没装的话会提示安装

npm i -g adbkit

 

9、添加agent

 

10、安装配置sonic-agent

 

 官网下载即可

解压后的目录

 

 修改配置文件

 

新增agent,复制key, 填到配置文件中

 

 

11、启动agent

java -jar sonic-agent-windows-x86_64.jar

 

有报错就处理报错 

 

 

12、接入设备

使用USB接入链接主机和安卓设备,稍等一会去查看设备中心

 

 

 

 

至此,设备接入完成,可以体验了

 

参考链接:

https://cloud.tencent.com/developer/article/1970395

https://blog.csdn.net/weixin_45451320/article/details/123212518

posted @ 2022-09-19 17:34  代码诠释的世界  阅读(826)  评论(0编辑  收藏  举报