PDA

View Full Version : Android Dev software


McBeck
06-14-2012, 01:18 PM
These are the tools we aim to use - all are free

Java Development Kit:
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1637583.html

Android SDK (r18):
http://developer.android.com/sdk/index.html

Eclipse:
Eclipse Classic 3.7.2 (http://www.eclipse.org/downloads/packages/eclipse-classic-372/indigosr2),

Guide for installation:
http://developer.android.com/sdk/index.html

PeriscopeDepth
06-15-2012, 02:26 AM
I propose using http://bitbucket.org and Mercurial: http://mercurial.selenic.com/ for source control.

PD

McBeck
06-15-2012, 07:08 AM
I propose using http://bitbucket.org and Mercurial: http://mercurial.selenic.com/ for source control.

PD
Cool let me have a look at it.
Ill share what I have so far...

PeriscopeDepth
07-04-2012, 01:03 AM
There have been significant updates to the Android tooling (more coming in two weeks), as well as the Jellybean/4.1 APIs being released.

PD

McBeck
07-04-2012, 01:56 AM
There have been significant updates to the Android tooling (more coming in two weeks), as well as the Jellybean/4.1 APIs being released.

PD
Cool! So what to update? Just the SDK?

PeriscopeDepth
07-04-2012, 02:20 AM
Cool! So what to update? Just the SDK?

The tools (the two downloads above the SDKs), grab the Jellybean SDK as well probably, and update the Eclipse plugin by checking for updates through the Eclipse help menu.

PD

PeriscopeDepth
07-04-2012, 02:28 AM
Oh, and a new Eclipse is out. Not really necessary to upgrade, though. As long as you're using a fairly recent version of Eclipse the Android tooling will support it.

PD