I am implementing an Android app and I need to test on the emulator and the phone. But when I run the app it runs on the phone without asking me or showing me the option on what do i want to test my app. Can somebody help me how to acheive this.thanks
Share
Go to the “Run” menu at the top, and select “Run Configurations…”. On the left, under “Android Application”, select your project. Select the “Target” tab, and select “Always prompt to pick device”. Then click “Run” at the bottom of the dialog.