Android Community
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: is there anyone kind enough to help me set up the sdk and eclipse

  1. #1
    Join Date
    Oct 2008
    Posts
    412

    Default is there anyone kind enough to help me set up the sdk and eclipse


    i tried and once i did the path change thing with environment i cant open eclipse it says i dont have the jdk but i just installed it and had eclipse running so... i dont know what happend i have visual studio 2005 on it (i use it as my programming comp) so theres no internet and the original path was somethin to sql server

  2. #2
    Join Date
    Oct 2008
    Posts
    516

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    You do not need to change the PATH in order to get it working, I would install the sdk, remove the PATH and then open eclipse. After installing the eclipse plugins for Android you can setup your project.

    Eclipse will set the PATH internally, the only reason you need to specify a path is if you plan on using the tools with a command prompt.

    Try removing the path and then going over the steps here again, skipping the optional PATH assignment:
    http://code.google.com/android/intro/installing.html

  3. #3
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    • Android SDK supports Windows XP, Vista, Mac OS X 10.4.8 or later (x86 only) and Linux.




    • You have the option of using Eclipse IDE (recommended) or any other IDE. The Android Developer Tool (ADT) plugin provided for Eclipse makes app development easier, so stick with it unless there are extreme reasons not to.




    • Eclipse can be downloaded from here. Make sure you choose the J2EE version, you will need it when you become a seasoned Android developer. The latest stable version of Eclipse is supported, so if you already have Eclipse make sure you update to a recent major release.




    • JDK 5 or 6 is required. Again, make sure you update to the latest stable version in case you already have JDK. Get it here




    • If you choose to use another IDE, you will need the latest Ant release from here.





    [edit]
    Installing ADT Plugin






    • Watch this video on how to install the ADT plugin .




    • If you face problems installing the plugin from above site, you can download the plugin archive from here and perform offline installation.







    [edit]
    Installing SDK


    • Download the SDK from here. Unzip and rename the folder to something short like SDK_ROOT. For simplicity, don't put SDK_ROOT inside any folder.




    • You will be frequently using the utilities inside SDK_ROOT/tools directory, so add them to your PATH variable.



    - On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, press 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.




    - On Linux, you'll need to edit the ~/.bash_profile or ~/.bashrc file. Look for the line that says PATH=... and add the full path to the tools/ directory to it. If you don't see that line, you can add one,

    export PATH=${PATH}:SDK_ROOT/tools


    - On Mac, look in your home directory for .bash_profile and proceed as for Linux. If you don't have .bash_profile, read here to create a .bash_profile.



    • Watch this video on how to install the SDK.
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

  4. #4
    Join Date
    Oct 2008
    Posts
    412

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    k ill try again thanks u 2 ive already installed jdk the new one and got the new eclipse ill try doing the path thing and if that doesnt work ill try deleting it and ill play around with it ill give u feedback shortly

  5. #5
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    let me know
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

  6. #6
    Join Date
    Oct 2008
    Posts
    412

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    well so far no matter what i do it says

    "A Java Runtime Environment or Java Developement Kit must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: C:\Document and Settings\Administrator\Desktop\eclipse\jre\bin\jav aw.exe
    javaw.exe in your current PATH"

    well i fixed it but id like to know where everybody else put their eclipse folder?



    ok everything went well thanks but still i wanna know where you guys put ur eclipse :P thanks for all the help lukster and jmejiaa


    one last thing when it asks for package name and acitivity name and application name what do i specify? (new to java/eclipse) i come from vs2005 and C# lol


    nevermind i think i got it
    Last edited by dippedinsauce; 11-04-2008 at 10:26 PM.

  7. #7
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    gladd you got it!
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

  8. #8
    Join Date
    Oct 2008
    Posts
    516

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    I put everything in my D: drive.

    Glad you got it working.

  9. #9
    Join Date
    Oct 2008
    Posts
    412

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse

    hey guys quick question is there anyway to put it all on my usb so when i go to school i can program with eclipse and stuff without having to install it all on their comp?

  10. #10
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: is there anyone kind enough to help me set up the sdk and eclipse


    Quote Originally Posted by dippedinsauce View Post
    hey guys quick question is there anyway to put it all on my usb so when i go to school i can program with eclipse and stuff without having to install it all on their comp?

    yes. just put it on there.. I dont expect school previsions will allow the operations?
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

Page 1 of 2 1 2 LastLast

Similar Threads

  1. what version of eclipse do i need?
    By mr.black in forum Developers Guild
    Replies: 2
    Last Post: 06-19-2010, 06:22 PM
  2. This Monday-kind of a disapointment
    By illini837 in forum All About Andorid Software
    Replies: 28
    Last Post: 10-28-2008, 11:05 AM
  3. New eclipse plugin?
    By mast3rpyr0 in forum All About Andorid Software
    Replies: 11
    Last Post: 09-25-2008, 06:15 AM
  4. What Kind of phones do you want to see running Android?
    By refused9150 in forum General Phone Chat
    Replies: 13
    Last Post: 09-19-2008, 06:41 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
  •