I have written an application on Android Emulator which is running well, but how to transfer it from Emulator to Android phone for testing Purpose ??
Share
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.
Either:
a) plug the phone in using a USB cable and run the app from eclipse on the phone. This is the best method but you may need to find the correct adb drivers first.
b) copy the .apk file from Project/bin folder to the phone’s SD card, locate the file and run to install.
c) Put the .apk file on a http server and locate it through the phones browser, download and install.