简体   繁体   English

未找到Android的ADB

[英]ADB No Device Found Android

I found Kitkat version allow to record screen using adb commands, So i am trying to record video using adb shell command with below command. 我发现Kitkat版本允许使用adb命令录制屏幕,所以我正尝试使用带有以下命令的adb shell命令录制视频。

Official Reference this 官方参考

$ adb shell screenrecord/sdcard/video.mp4 $ adb shell screenrecord / sdcard / video.mp4

i am using HTC Desire 620g , Driver is updated, USB debugging is checked, it's connected to windows system with MTP Mode. 我正在使用HTC Desire 620g,已更新驱动程序,检查了USB调试,它已通过MTP模式连接到Windows系统。

also tried Revoke USB debugging authorisations. 还尝试了撤销USB调试授权。

but still cmd shows this strange behavior ..! 但是cmd仍然显示这种奇怪的行为..!

How to solve it..? 如何解决..?

在此处输入图片说明

There is a space between screenrecord and the file path: 屏幕记录和文件路径之间有一个空格:

adb shell screenrecord /sdcard/recording.mp4

Then to download the file: 然后下载文件:

adb pull /sdcard/recording.mp4

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM