Possible Duplicate:
How to install apk file on android phone?
I finished the app on eclipse and I tested it on AVD now I want to export it to my phone just for testing not for market how can I do that, thanks a lot !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Look in the bin directory inside your project folders. You can move it to your phone via dropbox or other means. I do it all the time.
You don’t need to do the export wizard to just test. As long as you have the “allow unknown” checked in settings. Once the project has been built and run in the emulator there should be an apk file.
I used dropbox as my source control so my entire project is on dropbox which makes it very easy to test on phone. As long as you have dropbox installed on your phone you just navigate to the bin directory on your phone and download the apk from there.