How to transfer application from Emulator to Android phone
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 ??
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.
Follow recipe in the Android developer web page
Check out the thread : installing .apk file in actual device only for testing
精彩评论