Is there an easy method to send the app to my phone or do I have to do it using debugging from the development computer while being connected to the phone?

Also, do I really have to sign, version, prepare and publish the application before I can actually use it on the phone? Or, can I use it on just my phone without publishing it to the world?

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

If I develop an application in Eclipse how do I send the app to my phone?

Click the Run toolbar button, or choose Project|Run from the main menu, IIRC.

Is there an easy method to send the app to my phone or do I have to do it using debugging from the development computer while being connected to the phone?

"using debugging from the development computer while being connected to the phone" is "an easy method to send the app to my phone".

Also, do I really have to sign, version, prepare and publish the application before I can actually use it on the phone?

All the necessary steps are handled for you by clicking Run.

Or, can I use it on just my phone without publishing it to the world?

Whether you use Eclipse or command-line tools, you can push your APK into your phone without publishing it to the Android Market.

link|improve this answer
Nice, good answers to my many questions. – Brian T Hannan Jul 8 '10 at 21:58
feedback

To use it for yourself you can send it through ADB or just copy apk file to your phone.

link|improve this answer
feedback

In my case, HTC is not connected to the computer and after developing is finished I just email APK file to myself. APK attachment is opened with HTC and installed. No need for Market publishing nor application signing ...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.