Application in Android | Steps to be followed to create Android Application

January 10, 2025 No Comments »









Application in Android

  1. We are going to create “Hello World” Application in Eclipse (in next tutorial).
  2. We need following tools to run Android Project -
  • Eclipse IDE
  • ADT Plugin
  • Java Developer Kit
  1. We are going to Run Application using AVD [Android Virtual Device].
  2. ADT plugin is useful tool which is intermediate tool which is used to integrate “Eclipse” and “Android” so that we can develop android application using Eclipse IDE.
  3. It provides us Drag and Drop Facility to build more flexible applications.

Steps to develop an Android application :

  1. Install JDK
  2. Install Android SDK
  3. Install ADT Eclipse plugin
  4. Create an Android Virtual Device (AVD)
  5. Create Android Project with Eclipse (Wizard)
  6. Write Code
  7. Start it in Android Virtual Device (AVD)

 

Leave A Response