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
| ||||
|
feedback
|
|
There are many ways by which you can install a .apk file into your phone.
| |||
|
feedback
|
|
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. | ||||
|
feedback
|
|
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. | |||
|
feedback
|
|
Just figured out you can email the apk to your gmail account as an attatchment and you can install the apk straight from the email. When you open up the email scroll to the very botton and you will see a "Install" button. it's a quick and easy solution. It's a great solution too if you want to share your applications with friends for QA. | |||
|
feedback
|