13

I downloaded android-studio-bundle-130.677228-windows and installed it on my computer. But when I tried to launch the android studio, nothing happening there...Its not launching, no errors. I also tried to run it as administrator, but not working. What is the actual problem there? Is anyone experiencing the same problem?

COD3BOY
  • 11,484
  • 1
  • 34
  • 55
Alex Chengalan
  • 7,361
  • 3
  • 36
  • 54

3 Answers3

24

you have to set up the environment variables in windows 7 , for instance:

JDK_HOME -> c:\Program Files\Java\jdk1.7.0_21\

you may go How to set up JDK_HOME Environment Variable In case, you do not know how to set this variable.

Hope this will Help.

Bhavesh Patadiya
  • 25,555
  • 14
  • 76
  • 105
  • It worked, but the main problem now is telling that I don't have te lastest SDK installed, so? – Alejandro L. May 16 '13 at 10:54
  • 2
    @rokimoki: For this you should go to this link http://stackoverflow.com/questions/14869929/update-android-sdk-tool-to-22-0-0latest-version-from-21-1-0/14871487#14871487 – Bhavesh Patadiya May 16 '13 at 11:48
  • @BhaveshPatadiya I updated JDK_HOME. But no change. Still same problem. I am using JDK 6, Should i install latest version ? – Siva Kumar Reddy G Jun 07 '13 at 05:35
8

Ok, simple as this:

  1. Find you JDK folder path (usually in this format: C:\Program Files\Java\jdk1.7.0) and copy it.
  2. On windows, click on start --> type "Path" and open Environment Variables window.
  3. In System variables section --> click New
  4. Variable name: JDK_HOME
  5. Variable value: JDK Folder path from part 1.

Enjoy!

David
  • 34,355
  • 30
  • 113
  • 139
2

I suggest you follow google plus more often for latest Android happenings. There are already plenty of discussion in their community . Make sure you set JDK_HOME or JAVA_HOME appropriately, or look into this.

Neoh
  • 14,891
  • 12
  • 62
  • 78