Reputation: 3889
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
Upvotes: 12
Views: 2372
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
Upvotes: 3
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