Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show in explorer is not opening in android studio 3.1.0

I am facing issues with opening the file location in explorer.

If I try to view a specific file in the Windows File Explorer via Right click -> Show in Explorer, nothing happens.

It used to work in older versions 3.0.1, however unable to do the same in 3.1.0

enter image description here

like image 313
Vikas singh Avatar asked Mar 29 '18 13:03

Vikas singh


People also ask

How to enable device Explorer in Android Studio?

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. Interact with the device content in the file explorer window.

How to find emulator files on Android?

All applications and files that you have deployed to the Android emulator are stored in a file named userdata-qemu. img located in the C:\Users\<username>\. android\avd\<avd_name>. avd folder.

How to find files in Android Studio?

Find FilesGo to Navigate Menu->File or Ctrl + Shift + N .


1 Answers

In the Logs Android Studio stated that explorer command could not be found, so I solved it by adding C:\Windows\explorer.exe to my Path Variable and restarted Android Studio.

I don't think it is (only) an Android Studio Bug because explorer command wasn't working in cmd either.
Also it is strange since it worked in 3.2 beta while 3.1.3 wasn't working.

like image 117
Thommy Avatar answered Sep 23 '22 01:09

Thommy