Android Community
Results 1 to 4 of 4

Thread: Help Installing SDK

  1. #1
    Join Date
    Feb 2009
    Location
    California
    Posts
    348

    Default Help Installing SDK


    Hey,
    I hope to get a G1 this weekend and I'm looking forward to learning how to program software for it.

    I am having some trouble installing the SDK. I downloaded Eclipse and unzipped it. However, there is no install program. There is software there and I can run it, but it doesn't get installed? Is that the way it is supposed to be?

    Also, i can't figure out this part:
    On Windows, right click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path under System Variables. Add the full path to the tools/ directory to the path

    Where do I find "my computer". I'm using windows vista and all I can find is "computer". I know I see pretty computer inept right now, but trust me, i'm not. I just can't figure this out...
    Last edited by Synergy; 02-28-2009 at 12:45 AM.

  2. #2
    Join Date
    Dec 2008
    Location
    Virginia
    Posts
    1,365

    Default Re: Help Installing SDK

    Eclipse is a Java application, compiled to run as an .exe (or bin for us Linux people) -- which also includes it's own JDK. So, all you need to do is extract the zip file to your directory of choice, and run the eclipse exe. It'll start up, set a workspace (a place where all your projects will be saved/stored), and then follow the android SDK setup like normal.

    Basically, it has no installer because it doesn't need one with how it's packaged

    Oh, and install the latest Java 6 Sun JDK. I believe that's covered in the android SDK tutorial, but that needs to be done for your app to run in the emulator or on the phone.
    Last edited by Scythe; 02-28-2009 at 12:45 AM.

  3. #3
    Join Date
    Dec 2008
    Location
    Virginia
    Posts
    1,365

    Default Re: Help Installing SDK

    As for the My Computer bit, I believe in Vista it's simply called "Computer" in the start-menu. Right click on the icon and go to properties.

  4. #4
    Join Date
    Feb 2009
    Location
    California
    Posts
    348

    Default Re: Help Installing SDK


    Thanks for your help, but I've got stuck again. Sorry

    I have gotten into the folders and gotten to path like it says

    "Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path under System Variables. Add the full path to the tools/ directory to the path"

    When I double click path, a little box with its name and this

    "%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\S ystem32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\QuickTime\QTSystem\"

    comes up. Do I need to erase that and put this

    "C:\Program Files\eclipse-java-ganymede-SR2-win32\android-sdk-windows-1.0_r2\android-sdk-windows-1.0_r2\tools"

    in its place or do I have to hit the new button and make a new path. I wish the directions were a little more clear...

Similar Threads

  1. Installing SDK on a Mac?
    By jerms12 in forum Developers Guild
    Replies: 9
    Last Post: 06-02-2010, 10:25 PM
  2. installing themes
    By beeutiful37 in forum Developers Guild
    Replies: 12
    Last Post: 02-09-2009, 03:33 PM
  3. Need Help Installing Themes
    By ynghova187 in forum Developers Guild
    Replies: 4
    Last Post: 02-08-2009, 12:45 PM
  4. Uninstalling/ Installing
    By Uberandreman in forum Developers Guild
    Replies: 3
    Last Post: 09-23-2008, 02:45 PM
  5. Installing Android over other O.S.
    By hawake in forum General Phone Chat
    Replies: 3
    Last Post: 09-17-2008, 04:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •