If you are a new learner or beginning your development career here are the steps that should be followed for a perfect Andriod develpment setup.
Follwing are the things that are needed to create an Android environment.
- Windows XP or later (Operating system)
- MAc os 11 or later (Operating System)
Now below are the development tools that are needed along with the above operating system.
- java jdk (java development kit) 6 or later
- Android Sdk
- Eclipse development software
- ADT tools (Android Development tools)
Procedure
- First you have to install Eclipse. After you have successfully installed it then you have to install / download java development kit (JDK) and will have to set its path as java_home where you have java or java folder in computer.
- After you have succesfully installed now it's time to configure it. After the istallation you will get a window showing different packages at the bottom right corner. After checking all 7 packages click on the install button and now the installation of 7 packages which are necessary for Eclipse to run smoothly have begun.
- Now after the installation of Eclipse IDE open it and you will get a window of Eclipse software.
- Now it's ttime to install the Android ADT plugin. For this you have to follow these steps.
- Click on HELP button in Eclipse.
- Now scroll to the software update menu
- Then click install new software.
- You will get a dialogue box for the installation of ADT plugin; here you have to set the path and check all boxes below and click install.
- Now it's time to set an Android virtual device for the testing and debugging of code. Follow these steps
- Open eclipse>Window> AVD manager> New
- Now a device has been set up and it's time to create a project file for writing code.
- Click on File button at the top.
- Click New tab and then select New Java project.
Now you will get a window writing code. Before compiling or running it , it is necessary to save your project. Follow these steps, - Click File and then Save Project.
- Mention the project name and set the directory as path for the project to save.
Usama MirzaPosted Nov 9, 2017, 1:47 PM
Alot helpfull for ne user of andriod