Android Setup
Ø Java
Environment Setup:
1. Download JDK from oracle.com
2. Install JDK
3. Set PATH environment variables to refer to the directory that contains
java and javac.
Ø For
Eclipse :
1. Download eclipse package zip file from eclipse.org
2. Extract eclipse in c:/ drive.
3. Download ADT 23.0.7 build.
4. Click on: Help > Install new Software > Add > Archive > [
open Adt-23.0.7.zip] > ok > check all Developer Tool > Next > Next
> Select ‘I accept the term of license agreement ‘ > Finish.
5. Extract SDK in any hard disk drive. e.g. C: \sdk\…
6. Add SDK path in eclipse.
7. Click on : window > Preferences > Android > [set SDK location
as ‘C: \SDK\ ‘]
Ø For
Android Studio :
1. Download latest version of Android Studio from the link: developer.android.com/studio/index.html
2. Install Android Studio with SDK . [ disable internet connection]
3. Set SDK path if necessary.
4. Enable internet connection while creation of first android
project.
[Internet connection required
only one time to download junit gradle ].