Hi,
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
Hi,
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
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 developer . android .com/guide/developing/device.html
Hook up your SmartPhone through USB-cable and set your phone i debug mode found in Settings > Applications > Development > USB debugging
. Next - run your project in eclipse and chose your device.
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
There are multiple ways:
adb -d install PATH_TO_YOUR_APK_FILE
I just copy the APK for my project out of the /workspace/project/bin folder, and use Dropbox to sync it to my Droid. Then I install the APK from Dropbox client on Droid. (No need for cables!)