0

My OS is win10

I reinstalled my system,and then set environment variables like:

CLASSPATH  .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;
JAVA_HOME  E:\JAVA\JDK\
PATH  

and when I installed AS and click the icon,there was nothing appeared. I found in the folder, there were studio.exe and studio64.exe, both of them did't work.

and I also tried to find studio.bat, but there were no file like this.

My question is how to get my AS working? This is my first question and I eager to get it solved , Thanks!

Vasfed
  • 18,013
  • 10
  • 47
  • 53

2 Answers2

0

I was similar issue, uninstalling java and update to latest version will solve issue.

If not download android studio bundle from android.com

0

Try to set JAVA_HOME to ../Java/JDK1.x/bin/ also don't forget to set path for android sdk too.

if you do it right : type java -version on your command prompt and you get the information regarding installed java version.

AFin
  • 61
  • 2