steps to install new android application onto new htc device -
I have to install my Android application on my new Android handset in my local machine, how to do it, and I This application must be given on any HTC device that I do not have.
- On your device,
Settings & gt; Application
. Tick unknown source
. Go toDevelopment
teakUSB debugging
. - Connect your device to your PC via USB cable.
- If you use eclipse while running your application then you should get a dialog where you can use the device to select your phone.
- If Eclipse is not used, create your app in the APK file (it should not be signed) and run the
adb -d terminal in the terminal or command line / path / to / myApp Send .apk
.apk
and send these instructions to your friend.
Comments
Post a Comment