When debugging code for Mac OS X 10.10, Eclipse + ADT real machine, the Device Chooser does not display the real machine solution, adtchooser
In Mac OS X 10.10 environments, Eclipse + ADT may cause a problem when debugging a real machine.
The Device Chooser dialog box does not display the real Device. You can only re-unplug the data line. Two temporary solutions have been tested.
The first solution is to keep the Deivce Chooser dialog box open, and then deselect the debug debugging check box on the mobile phone. Then, the real machine device appears.
The second solution is better. You can go to the "Run Configurations ations Settings" page of the project, select "target", select "Launch on all compatible devices/AVDs", and select "Active Device" in the drop-down box. after applying, the apk will be automatically installed to the real machine every time you run the application. The chooser dialog box does not need to be displayed. See