简体   繁体   中英

Android studio is not starting in windows 8, jdk installed and environmental variable set

我的android studio无法启动,我没有收到任何错误消息,设置了环境变量并安装了JDK

Have you set your enviroment variable correct? If not add in

Control panel -> System -> Advance system settings -> Environment variable: 
      JAVA_HOME (value = c:\program Files\Java\jdk1.7.0_21))

Further more, have you looked at these topics ? Problems with Android Studio are discussed detailed here and most are caused by an incorrect enviroment variable.

确保设置PATH变量并将%JAVA_HOME%\\ bin附加到该变量。

When you type download android studio in widows and if your environment variable is not set then you cant install it. First you need to set environment variable. Follow below instructions:

  1. Confirm that PATH is not set for Java by typing javac in command prompt. Open Control Panel and Select System and Security
  2. Select System
  3. Select Advanced System Settings
  4. Select Environment Variables
  5. Select and Edit Path Environment variable just paste the jdk path after ":" and also end with ":"
  6. Verify Java path by typing javac in command prompt

Now you can download android Studio set up and can start development.

只需尝试更改您的JDK版本,请先降级该版本,然后尝试设置PATH和JAVA_HOME系统变量。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM