Eclipse
From the Eclipse main menu, choose File | New | Project..., and this will bring up a list of project types to choose from. Fold open the Android option and click on Android Project:
Eclipse New Project Wizard
Press Next to advance the wizard to the main Android project page:

Eclipse New Project Wizard, Android Project
Fill in the following:
=> The name of the project (e.g., Now)
=> The Android SDK you wish to compile against (e.g., Google APIs for Android 2.3)
=> The name of the Java package in which this project goes (e.g., com.commonsware.android.skeleton)
=> The name of the initial activity to create (e.g., Now)
Press Next to advance the wizard to the main Android project page:

Eclipse New Project Wizard, Android Project
Fill in the following:
=> The name of the project (e.g., Now)
=> The Android SDK you wish to compile against (e.g., Google APIs for Android 2.3)
=> The name of the Java package in which this project goes (e.g., com.commonsware.android.skeleton)
=> The name of the initial activity to create (e.g., Now)
Eclipse New Project Wizard, Android Project (continued)
At this point, clicking Finish will create your Eclipse project.
At this point, clicking Finish will create your Eclipse project.


No comments:
Post a Comment