Basic need for android app development with java case first of all install java and with set environment variable and java class path. friends in last post i was explain how to set environment variable and java class path so you can refer from that post. and then two software are available in market you can download any one and install and run it.
1. Eclipse ADT.
2. Android Studio.
Install Eclipse:-
Download Ecllipse and double click on eclipse .exe file and follow instruction.
Open Eclipse. You will be installing ADT from within the Eclipse program. If Eclipse won’t start, ensure that you have specified your JVM or ensure that you have set java classpath or environment variable of our system(see in last post).
1. Eclipse ADT.
2. Android Studio.
Install Eclipse:-
Download Ecllipse and double click on eclipse .exe file and follow instruction.
Add packages to your Android SDK. Before you can
begin using the SDK for development, you will need to add the packages
you want to use to your Android SDK. In the SDK Manager, you should see a
list of all the available packages for download. For basic development,
be sure to grab the following:
- The most recent Tools package in the Tools folder.
- The most recent version of Android (This is the first Android folder in the list).
- The Android Support Library, which can be found in the Extras Folder.
- Click Install when finished. The files will be downloaded and installed.
Open Eclipse. You will be installing ADT from within the Eclipse program. If Eclipse won’t start, ensure that you have specified your JVM or ensure that you have set java classpath or environment variable of our system(see in last post).
Install the ADT plugin. The ADT plugin will need to
be downloaded within the Eclipse program directly from the Android
developers’ repository. You can quickly add that repository to your
Eclipse installation.

- Click Help. Select Install New Software. This will open the Available Software screen, with a list of your available software from the repository you have selected.
Click the “Add” button. This is located to the right
of the “Work with” field. Clicking this button will open the “Add
Repository” dialog box. Here you will enter the information to download
the ADT plugin.
and other for Android SDK step is same of Eclipse set such as
- In the “Name” field, enter “ADT Plugin”
- In the “Location” field, enter “https://dl-ssl.google.com/android/eclipse/”
- Click OK.
- Check the “Developer Tools” box. Click Next to display the list of tools that will be downloaded. Click Next again to open the license agreements. Read them and then click Finish.
- You may get a warning that the validity of the software cannot be established. It is OK to ignore this warning.
Restart Eclipse. Once the tools have finished
downloading and installing, restart Eclipse to complete the
installation. Upon restarting, you will be greeted with the “Welcome to
Android Development” window.
Specify the location of the Android SDK. IN the
Welcome screen, click “Use existing SDKs” and then browse for the
directory of the SDK you installed at the beginning of this section.
Once you click OK, your basic ADT installation is complete.
2. Android Studio
download and install as follow its instruction on double click on .exe file of android studio.and other for Android SDK step is same of Eclipse set such as
No comments:
Post a Comment