Sir,
when I change some code and test my App by pressing run or Ctrl + F11 , it always displays the opo up message for Application is going to debug . HOw to deal with this issue?
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.
Because CTRL+f11 is for debug the application. To run the application right click on the project and click on “Run As” and click on “Run configurations”. Then Browse the project and press on “Target” tab and select “Always prompt to pick device” . Press “Apply” and then “Run”.
Now whenever you run it will ask you to pick device on which device you want to run application. Then select your galaxy tab.
Hope it help!!