Open main menu

DAVE Developer's Wiki β

Changes

Step by step guide to your first android app (DACU)

272 bytes added, 16:30, 26 July 2012
Create a new project
Launch the Eclipse IDE and start the AVD Manager to create a DACU emulator.
==== Create a new project the application ====
Follow the instructions provided on the [http://developer.android.com/training/basics/firstapp/creating-project.html Creating an Android Project] pageto create a new project. The default project includes a simple application skeleton which runs a simple Activity which shows the "Hello Android" message. You can extend this application adding some other features. When you are comfortable, you can jump to the next step.
==== Launch the application on the emulator ====