I developed an application. Now I want to deploy it on real device. Can any body please tell me the steps and the requirements to deploy it on a real device.
Thanks Deepak
|
I developed an application. Now I want to deploy it on real device. Can any body please tell me the steps and the requirements to deploy it on a real device. Thanks Deepak |
|||
|
|
|
There are multiple ways:
|
|||
|
|
|
Hook up your SmartPhone through USB-cable and set your phone i debug mode found in make sure 'Run configurations' is set to manual, or this will fail if set to automatic and the target is a emulator. To change this behaviour, go to 'Run > Run configurations > Target' and set 'Deployment Target Selection Mode' to manual. Click 'Close' and try again. |
|||||
|
|
I just copy the APK for my project out of the /workspace/project/bin folder, and use Dropbox to send it to my device. Then I install the APK from Dropbox client on the device. (No need for cables!) |
||||
|
|
If you are using Eclipse IDE then have a look here http://www.devx.com/wireless/Article/39972 There's also information on the Android Developer site |
||||
|
|
|
Here are three other instances on Stackoverflow to get you started: how-can-i-send-an-android-app-that-im-developing-to-someone-over-e-mail |
|||
|
|