Monday 24 November 2014

HOW TO CREATE FIRST ANDROID MOBILE APP

1. What do you need:
  • Basic XML knowledge
  • Basic Java knowledge
  • Basic Eclipse knowledge

  • 2. Prerequisites:
    • Before you can start you need the Android SDK and a IDE. Android offers a special bundle for that: Android SDK Bundle
    • Download the bundle, unzip and run the “SDK Manager.exe”.
    • start Eclipse

3. Create a Android virtual machine (dalvik):
To run, test and debug your Application you can create and run a virtual android machine on your computer. Later you can deploy your Application to this virtual machine.
  • Click on “Windows” at the navigation toolbar
  • Open “Android Virtual Device manager
virtualdevicemanager

After that you can start the AVD

AVD

Configure Project:


projectname


firstStart




No comments:

Post a Comment