Programming/Non programming

Tuesday, July 6, 2010

Android:Create New Project in Android using Eclipse

Android:


Create New Project in Android using Eclipse

1. Launch Eclipse
2. Click on "New" menu item and choose "New Android Project"
3. Type "Project Name: ". For ex: HelloAndroid
    Make sure, "Create new project in workspace"
    and
    "Use default location" is enabled.
4. Select any "Build Target" for ex: Android 1.6 or Android 2.0 something like whatever you need..
5. Type Application name: For ex: "HelloAndroid"
6. Type Package Name in this format: For ex:    com.yourcompanyname.HelloAndroid
7. Enable "Create Activity" and type name as project name: For ex: HelloAndroid
8.Type "Min SDK Version" .
   NOTE: This is an Integer indicates minimum level API version. If you are not sure to type this, See the "API Level" value mentioned in "Build Target" tab when you are creating new android project screen. Please note it should not be Float value like "2.6" something like that, it should be real integer like "3" or something like that.
9. Click "Finish" button to complete creating New Android Project.

M.P.PRABAKR
Tech Lead.
Mobile software development