Saturday 3 October 2015

How to start fresh Android project using Eclipse

Eclipse is the extremely used IDE for android development purpose.Eclipse is also an alternative of Android studio because android studio must needs 2GB ram and works perfectly on 4GB of ram however eclipse dose not required 4GB ram. So eclipse ide is also an choice for low configuration older computer systems. Because every one on the earth cannot afford high performance costly computer to start their career as android developer. So if you have lower configuration pc then you don't need to be worry because eclipse is here. In this tutorial i am exposing you to start your first android application project via Eclipse Juno IDE.

Step by step setting up Eclipse IDE for android app development.

Before start making apps via eclipse you need to stabilize eclipse ide platform to android app development platform. So follow the below steps very carefully.

1. Download Eclipse.


3. After done all procedure your Eclipse is ready to develop android apps. Now click on File > New > Android Application project.


4. Enter application name, Project name, Package name other settings leave same.


5. Renounce all the options same.


6. Configure launcher icon ( Launcher icon is the app launching icon shows on the mobile phone menu ). If you do not have the icon at app configuration time so you can also replace icon after all this process form eclipse project window.


7. Create activity, if this is your first application project on eclipse then select blank activity.


8. Set the activity name and layout name then click on Finish button.


Now enjoy app developing with Eclipse.

No comments:

Post a Comment