Friday, March 2, 2012

Creating an Android Project

In this tutorial, you will learn how to create a new Android project in Eclipse. This tutorial assumes that you have Eclipse set up with the Android SDK.

  1. Open Eclipse
  2. Click File > New > Project
  3. Choose Android > Android Project and click Next
  4. Give the project a name in the Project Name field. then click Next
  5. Choose the correct Android SDK version you intend to work with, then click Next
  6. For Package Name, create a name for your package. use the format: com.[name].[projectname]
    (Ex. com.gags.helloworld)
  7. Next to Create Activity, type MainActivity or another class name for your main activity. then click Finish

No comments:

Post a Comment