Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio does not start

After installing Android Studio, I started it. But it doesn't start. I open the Task Manager to see more than two execution sequence

Cmd.exe and conhost.exe

My system version is Windows 7 Ultimate 64bit. Any ideas how to solve this?

like image 569
HLto Dm Avatar asked May 16 '13 03:05

HLto Dm


Video Answer


2 Answers

It's a bug of Android Studio 0.1v

http://tools.android.com/knownissues#as0.1

  • Open Start menu > computer > System Properties > Advanced System Properties
  • In the Advanced tab > Environment Variables, add new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21
like image 197
Tigris Avatar answered Sep 28 '22 18:09

Tigris


have you seen this thread? has details on windows 7 64bit issues and how to solve.

Android Studio installation on Windows 7 fails, no JDK found

like image 44
wired00 Avatar answered Sep 28 '22 18:09

wired00