Teams Winter 2011/team5/lab5/tutorial

From CDOT Wiki
Revision as of 01:26, 16 April 2011 by Abhishekbh (talk | contribs) (Created page with ' === 1. Create Android Project === 1.1. [http://www.vogella.de/articles/Android/article.html#installation Install necessary plug-ins]for Android application development.<br/> 1.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


1. Create Android Project

1.1. Install necessary plug-insfor Android application development.
1.2. Create a new android project: File -> New -> Android Project:
Create.png
1.3. Change the icon for the application. Add the icon to the drawable folders first and then open AndroidManifest.xml.
Click "Application" tab and Browse to the newly added icon:
IconChange.png
1.4. Run the application: Right Click -> Run As... -> Android Application
A Create2.png
1.5. Click on the application icon. You should see the following:
A Create3.png