I’d like to know if it’s possible (for example by connect the device to the pc) to not send the apk to the emulator.
Thank’s
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.
You can connect your device to PC and run the app on the device directly from Eclipse (provided the USB driver for the device is available).
Executing the app (Ctrl+F11) should give you a list of targets to choose from (unless you have set the ‘Run configurations’ to Automatic and pre-selected an AVD). Choose your phone from the list of ‘running Android device’.
Also ensure the ‘USB Debugging’ is enabled on your device (Settings>Applications>Development).
HTH