Open main menu

CDOT Wiki β

Teams Winter 2011/team1/Android/Create Android Project

1. Create Android Project

1.1. Install necessary plug-ins for Android application development.
1.2. Create a new android project: File -> New -> Android Project:
 
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:
 
1.4. Run the application: Right Click -> Run As... -> Android Application
 
1.5. Click on the application icon. You should see the following: