Android studio installation folder not recognize

1k views Asked by At

Android studio v4.2.1 installation folder not recognize when I select Help -> Edit Custom VM Options... it show below path.

enter image description here

Whereas my Android Studio installed in C:\Android\Android Studio. I set STUDIO_VM_OPTIONS=C:\Android\Android Studio\bin but not working.

3

There are 3 answers

1
Ezani On

Seems you are not installing Android Studio to the default location path which is : C:\Program Files\Android\Android Studio, and the Android SDK should be installed at : C:\Users\username\AppData\Local\Android\Sdk.

Check out this URL for guidance : https://www3.ntu.edu.sg/home/ehchua/programming/android/Android_HowTo.html#:~:text=by%20default%2C%20the%20%22Android%20Studio,Local%5CAndroid%5CSdk%20%22.

Try to re-install your Android Studio using the default options and paths.

0
Shams Tech On

Copy the file studio64.exe.vmoptions from the following path:

C:\Program Files\Android\Android Studio\bin

to

C:\Users\home\AppData\Roaming\Google\AndroidStudio4.2

0
KAAN DİKEÇ On

Move your Android Studio folder to C:\Users\your.username\Android-Studio and retry

Sometimes cmd not recognize your file location , maybe permissions or other thinks.