Dont_Panic
Lurker
Genesis:
Me = newb
I do have an installation question for anyone out there. I am trying to do the following...
I did the first 3, but when I try to do #4-5 it can never find anything...?
Any ideas?
1. Install JDK - java development kit
http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Install Eclipse
http://www.eclipse.org/downloads/
3. Install Android SDK
http://developer.android.com/sdk/index.html#quickstart
4. Install ADT
http://developer.android.com/sdk/eclipse-adt.html
5. If you are developing in Eclipse, set up a remote update site at
https://dl-ssl.google.com/android/eclipse/
Start Eclipse, then select Help > Install New Software.
In the Available Software dialog, click Add....
In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field.
In the "Location" field, enter this URL:
https://dl-ssl.google.com/android/eclipse/
Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).
Click OK.
Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
Restart Eclipse.
Me = newb
I do have an installation question for anyone out there. I am trying to do the following...
I did the first 3, but when I try to do #4-5 it can never find anything...?
Any ideas?
1. Install JDK - java development kit
http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Install Eclipse
http://www.eclipse.org/downloads/
3. Install Android SDK
http://developer.android.com/sdk/index.html#quickstart
4. Install ADT
http://developer.android.com/sdk/eclipse-adt.html
5. If you are developing in Eclipse, set up a remote update site at
https://dl-ssl.google.com/android/eclipse/
Start Eclipse, then select Help > Install New Software.
In the Available Software dialog, click Add....
In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field.
In the "Location" field, enter this URL:
https://dl-ssl.google.com/android/eclipse/
Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).
Click OK.
Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
Restart Eclipse.
