Monday, July 28, 2014

Getting start with  Android

Step 1:
The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android. If you're a new Android developer, we recommend you download the ADT .
With a single download, the Eclipse ADT bundle includes everything you need to begin developing apps:
·       Eclipse + ADT plugin
·       Android SDK Tools
·       Android Platform-tools
·       A version of the Android platform
·       A version of the Android system image for the emulator
Step 2:

Create a Project with Eclipse :
Set following field -:
Application Name :
Project Name :
Package Name:
Leave other field as it is or you can change according to your requirement ,leave the default selections and click Next.
Step 3:
The next screen can help you create a launcher icon for your app.
Step 4:
Now you can select an activity template from which to begin building your app.
For this project, select BlankActivity and click Next.
Leave all the details for the activity in their default state and click Finish.
Now you create “hello world ” project.


No comments:

Post a Comment