| Register | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||||||
|
|
| General Dev Discussions, How to, Guides and FAQ Discuss Android Development How to and Guides here. No commercial posts please! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
||||
|
||||
|
I felt Google's installation instructions were a bit convoluted, and there weren't any pictures (which we all love), so decided to write an updated one. Also, the URL they have listed on the site does not seem to work with the latest version of Eclipse. Here's a simple step-by-step guide to getting Android SDK installed and running:
1. Choose a location to put all of your Android development files. I chose "D:\Android\" to keep all my files in a centralized location. You can skip this step, but it will be a place for you to extract your Android SDK, Eclipse IDE, and keep your projects in one organized place. Add a folder named "workspace" by right-clicking and choosing "New," then "Folder." This is where you will save your projects. 2. You will need to download and install the Java Development Kit (JDK). Even if you have a 64-bit computer and operating system -- download the 32-bit version. The Eclipse IDE does not seem to work with the 64-bit JDK, possibly because it's a 32-bit IDE. Java SE Development Kit 6 Update 10 can be downloaded here: http://java.sun.com/javase/downloads/index.jsp 3. Download the Eclipse IDE, then extract it to wherever you please. I chose to extract it into my "D:\Android\" directory to keep everything organized. Eclipse 3.4.1 Classic can be downloaded here: http://www.eclipse.org/downloads/ 4. Open the "eclipse" folder where it was extracted, right click "eclipse.exe," choose "Send To," and then "Desktop (create shortcut)." This will, obviously, create an icon on the desktop so you can easily get to the development environment. 5. Download the Android SDK, and extract it to wherever you want. Be sure to take note down the location. Again, I chose "D:\Android\SDK\" to keep things organized. It can downloaded found here: http://code.google.com/android/download.html 6. The next step is different depending on your operating system:
7. Click the button "Environment Variables." 8. Under system variables, scroll down and double-click "Path." 9. Edit the path and append the location of your Tools directory. This will help Windows know where to find the SDK tools. In my case, I added ";D:\Android\SDK" which is where I extracted the SDK in step 5. 10. Open Eclipse. If you copied the shortcut to the Desktop, it will be easy to find. It will ask you where to save your workspace the first time you open it. I chose "D:\Android\workspace\" which was created in step 1. You can also check-mark "Use this as the default and do not ask again" so you don't get bothered by this any more. 11. With Eclipse IDE open, go to Help > Software Updates and choose the "Available Software" tab. 12. Click the "Add Site..." button and paste the following URL: 13. You should see a new item appear on the list of available software with the URL above. Click the check-box beside it, then click install. When the installation window opens, click next, accept the agreement, and click "Finish" to install ADT. 14. Your SDK is completely set up! In the future, I will have various tutorials on different aspects of Android development. |
| Ads | ||
|
|
|
#2
|
|||
|
|||
|
I think you made it a bit complicated.
What I did was: #1: Download The newest Eclipse IDE 3.4.1. Ganymedes. #2: Download the Android SDK as provided by google. You need to unzip both Eclipse and the Android SDK when you download them #3: Run Eclipse, go to updates, select add site, input: "https://dl-ssl.google.com/android/eclipse/" It will then find the plugin and you simply select all the android updates that pops up and you select install. Next what you need to do is to go to window menu I think it is, select preferences, go to Android and here you input in the empty path field the path for where you downloaded and unzipped the Android SDK. Now it should be working. Last edited by KanedaSyndrome; 10-31-2008 at 11:18 AM. |
|
#3
|
||||
|
||||
|
Quote:
I could sum it up even more: Download the JDK, Eclipse IDE, Android SDK, and install it. Or even: Google "install Android SDK" But thanks for the advice ![]() Please point out which instruction is complicated and I will simplify it for you and others! |
|
#4
|
|||
|
|||
|
Hi,
noob question here, do I download the JEE version of eclipse? or just the java version? |
|
#5
|
||||
|
||||
|
Quote:
![]() You want Eclipse 3.4.1 Classic at the bottom. |
|
#6
|
|||
|
|||
|
oh ok, I've downloaded/installed the latest version of the java one, someone else on the forums said the newer ones are usually better. Why the classic?
|
|
#7
|
||||
|
||||
|
Quote:
It is the newest version, but doesn't include extra stuff you won't need. |
|
#8
|
||||
|
||||
|
>>Sidenote:
Nice PC specs!
__________________
VERY Early Adopter! Since 10-16-2008 Search Button FTW!! Follow Me @ https://twitter.com/mikeyrokschi 10-10-09 finally got my hero!!
|
|
#9
|
||||
|
||||
|
Thanks
Refreshed the Vista Experience score and got a 5.9 rating after overclocking the q6600. Great processors for the price, especially when overclocked.2 more DIMMs of 2gb gskill 4-4-4-12 ram coming soon ![]() Oh, and the PC I had a month ago was a 2gb ram, overclocked AMD 2400+, and a Radeon 9550. BIG jump from that
|
|
#10
|
|||
|
|||
|
Hehe good question about which IDE, I just took the biggest one lol, the one on 168mb, I guess anyone can be used? I had no problem using the one in the top, but am going to give the classic one a try as well today.
And the OP about which can be complicated, it's mostly the environmental variables thing you alter, I haven't found a need to do so yet. Last edited by KanedaSyndrome; 11-01-2008 at 09:10 AM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
| Ads | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install Android SDK | Mr Android | General Dev Discussions, How to, Guides and FAQ | 4 | 10-25-2009 05:45 AM |
| Enabled Flash to get Android one step ahead of everyone else... | endmp25 | New Application Ideas | 6 | 06-04-2009 10:16 PM |
| How to install android SDK? | KanedaSyndrome | General Dev Discussions, How to, Guides and FAQ | 4 | 10-31-2008 10:56 AM |
| Install Android | Ujjwol | Android-powered Hardware discussions | 11 | 10-23-2008 01:01 PM |
| unfortunate shipment question (tmo employees / gurus step right in) | implosive_disgorgence | HTC Handsets | 5 | 10-11-2008 01:08 AM |