Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is android device chooser?

I had selected a device in android device chooser, but now I want to change it. It's funny but I can't find Android Device Chooser and let it ask for running on which device. I tried to modify Run Config ( Check screenshot), but had no success.

Eclipse Run Config Screenshot

Where is it?

like image 961
AVEbrahimi Avatar asked Jul 04 '13 04:07

AVEbrahimi


People also ask

How to Run Android app using USB debugging?

On the device, open the Settings app, select Developer options, and then enable USB debugging (if applicable). Note: If you do not see Developer options, follow the instructions to enable developer options. Set up your system to detect your device.

How do I find device info on Android?

Navigate to the app > res > layout > activity_main. xml and add the below code to that file. Below is the code for the activity_main. xml file.

How to enable USB debugging on Android Studio?

To enable USB debugging, toggle the USB debugging option in the Developer Options menu. You can find this option in one of the following locations, depending on your Android version: Android 9 (API level 28) and higher: Settings > System > Advanced > Developer Options > USB debugging.


2 Answers

Go to the project's properties, click the "Run/Debug configurations", Click "Edit...", Click the "Targets" tab and check "Always Prompt to pick device"

like image 194
Alex Gittemeier Avatar answered Nov 02 '22 13:11

Alex Gittemeier


Close the emulator in which u ran the apk previously. Now run the application. The device chooser will appear. Unselect "Use same device for future launches in the bottom left corner". Then select a device. Restart your old emulator. When "Use same device for future launches in the bottom left corner" is selected AFAIK there is no way of reverting the selected device.

like image 25
user936414 Avatar answered Nov 02 '22 13:11

user936414