Vikas singh
Vikas singh

Reputation: 3889

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

Upvotes: 12

Views: 2372

Answers (2)

An08NY
An08NY

Reputation: 139

As answered by Thommy, you need to setup your path variables accordingly.

Just try adding the below paths to your environment variables and then I think it should work fine.

Add:

1 - C:\Windows

2 - %SystemRoot%

3 - %SystemRoot%\system32

Path Variables Screenshot

Upvotes: 3

Thommy
Thommy

Reputation: 5407

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.

Upvotes: 4

Related Questions