I create an android application. I need the check, how my application is working on the device. How to install the application on the android device ?
-Thanks in advance
I create an android application. I need the check, how my application is working on the device. How to install the application on the android device ?
-Thanks in advance
There are a few different ways.
You could export an APK-file and install it, for instance by putting it on the web and point you browser to the APK file.
The page at http://help.codesector.com/ApkInstall suggests that you use the AppsInstaller application.
This page, http://www.technipages.com/htc-droid-incredible-install-apk-files.html, suggests Astro File Manager, and lists the steps involved.
This article from the Android developer website will help you. Basically, once you plug in your phone (and have enabled USB debugging in its settings), when "running" an application from Eclipse a dialog will appear where you'll be able to choose your device. Simple.
There are many ways by which you can install a .apk file into your phone.