Installing the Android SDK problem

Discussion in 'Game Development General Discussion' started by superspeed, Oct 11, 2012.

  1. superspeed

    superspeed <B>Site Supporter 2012</B>

    Joined:
    Apr 22, 2012
    Messages:
    313
    Likes Received:
    0
    Location:
    TX, U.S.
    Ok so I'm trying to install the SDK for Android. I have downloaded and installed the JDK to this path C:\Program Files\Java\jdk1.7.0_07 and I have set up the environment variable JAVA_HOME at C:\Progra~1\Java\jdk1.7.0_07\bin . But When I try installing the Android SDK it tells me that it "cannot find java version for 'C:\Windows\system32\java.exe. I've tried creating a new variable and adding it to the PATH but it still won't recognize it.

    EDIT: Also I'm running windows 7 64bit
     
    Last edited: Oct 11, 2012
    #1
  2. sneakypeanut

    sneakypeanut Pika CHUUUUUU!!!

    Joined:
    Apr 14, 2010
    Messages:
    1,036
    Likes Received:
    4
    install
    JDK
    Eclipse IDE
    Android SDK
    then add the android plugin to Eclipse
    Done
     
    #2
  3. superspeed

    superspeed <B>Site Supporter 2012</B>

    Joined:
    Apr 22, 2012
    Messages:
    313
    Likes Received:
    0
    Location:
    TX, U.S.
    I've got the JDK and eclipse IDE installed and the Android SDK will not find path for java.exe for some dumb reason.
     
    #3
  4. sneakypeanut

    sneakypeanut Pika CHUUUUUU!!!

    Joined:
    Apr 14, 2010
    Messages:
    1,036
    Likes Received:
    4
    #4
  5. superspeed

    superspeed <B>Site Supporter 2012</B>

    Joined:
    Apr 22, 2012
    Messages:
    313
    Likes Received:
    0
    Location:
    TX, U.S.
    I found the problem I was putting the path as C:\Program Files\Java\jdk1.7.0\bin and it should have been C:\Program Files\Java\jdk1.7.0_07\bin

    Was forgetting the _07 :facepalm:
     
    #5

Share This Page