Details of the build process are hidden when using Eclipse and ADT. Build process in running continuously in background and automatically build application when you make changes to code. Following topics will explain how to run application. Running on the emulator Create an AVD when you are running your application on the Android Emulator. Follow these steps to run your application From Eclipse menu bar select Run > Run (or Run > Debug) from the ...
An Android project is compiled and packaged into .apk file. It is the container for application binary. It contains following information that is necessary to run your application on a device or emulator Compiled .dex files Binary version of Manifest file Compiled resources Uncompiled resource files for your application If Eclipse is being used as development IDE, the ADT plug-in is responsible for building your project when source ...
Updated 02-11-2012 at 11:06 AM by Android Development
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone