简体   繁体   English

VSCode 中是否有设备文件资源管理器?

[英]Is there a device file explorer in VSCode?

I'm using VSCode as my IDE.我使用 VSCode 作为我的 IDE。 Is there a "Device File Explorer" in VSCode just like in Android Studio? VSCode 中是否有“设备文件资源管理器”,就像在 Android Studio 中一样?

I'm using VSCode as my IDE.我正在使用VSCode作为我的IDE。 Is there a "Device File Explorer" in VSCode just like in Android Studio?就像在Android Studio中一样,VSCode中是否有“设备文件资源管理器”?

I can't find an easy solution even in 2021.即使在 2021 年,我也找不到简单的解决方案。

At the end I do the following最后,我执行以下操作

adb shell
su
cd <where ever I wish>

At least I can check the files that I have created至少我可以检查我创建的文件

to download去下载

adb pull <source> <destination>

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

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