In our previous tutorial, we learned about the Android SDK Manager. We hope you followed the tutorial and have successfully configured your system for application development. If not, then go check the previous tutorial for it.
As the title of this tutorial suggests, in this tutorial we will learn how to setup and use Eclipse IDE for Android development.
So this is how you can configure ADT Plugin and configure Eclipse for Android Application Development.
At the right corner of your Eclipse IDE, you will find DDMS option, click on it.
It will open a different view for you to debug your android application as image below. So to debug your application you can switch to this view. As displayed, left panel will have list of running emulators or connected devices. In the middle, it will have options like Threads, Heap, Allocation Tracker, Network Statistics, File Explorer, Emulator Control, System Information, Progress etc.
File Explorer will help you to browse through the content of the selected device in the left panel.
Emulator Control provides you the power to Make Test Call, Send Test Message, Control the Phone Location from it. So if your application is built to handle any of these functionalities, you can test it using DDMS.
There are lot of other options also, that you will get to know as you develop applications. To come back to the main JAVA view, click again on >> icon on right corner and select JAVA from the list.
Now you know how to set up Eclipse IDE for Android Application development and start app development with it. In our next lesson, we will learn about Android Studio & its features which is replacement for Eclipse from Google itself.