Creating Android Starter Project

Create a new project.

  1. Install Eclipse. See SAP Note 1890477 for verison information.
  2. Install Google Eclipse plug-ins (Android, ADB, DDMS).
  3. Install Google Android SDK.
  4. Create an Android emulator (API level 8 or later).
  5. Create a new project by selecting File > New > Project.
  6. Select Android Application > Android Project.
  7. Fill in the appropriate fields of the new project wizard:
    New Android Project
  8. Click Next.
  9. Configure the project, and click Next:
    New Andoid Project 2
  10. Configure the launcher icon, and click Next:
    Configure Launcher Icon
  11. Select the Create Activitiy, select Blank Activity from the list, and click Next.
  12. On the next screen, fill in the Activity Name and Layout Name fields, and click Finish.
  13. The application compiles, and you can run it in the emulator:
    Run the App in the Emulator