Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a device file explorer in VSCode?

I'm using VSCode as my IDE. Is there a "Device File Explorer" in VSCode just like in Android Studio?

like image 488
kram Avatar asked Dec 05 '18 07:12

kram


People also ask

Where is device file Explorer?

To work with a device's file system, proceed as follows: Click View > Tool Windows > Device File Explorer or click the Device File Explorer button in the tool window bar to open the Device File Explorer. Select a device from the drop down list.


1 Answers

There is none. The tools available at your disposal currently are the devtools which run in a browser and embedded in VScode for the latest version 1.20 Android Studio/IntelliJ are dedicated IDEs to develop Android applications and hence have low level functionality to interact with the file system of Android Virtual device.

like image 78
Blacksmith Avatar answered Sep 21 '22 05:09

Blacksmith