- Open Eclipse
- Click File > New > Project
- Choose Android > Android Project and click Next
- Give the project a name in the Project Name field. then click Next
- Choose the correct Android SDK version you intend to work with, then click Next
- For Package Name, create a name for your package. use the format: com.[name].[projectname]
(Ex. com.gags.helloworld) - Next to Create Activity, type MainActivity or another class name for your main activity. then click Finish
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.
Labels:
Tutorials
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment